pub type LanguageSystemList<'a> = RecordList<'a, LanguageSystem<'a>>;
Expand description
A list of LanguageSystem
records.
Aliased Type§
struct LanguageSystemList<'a> { /* private fields */ }
Implementations
Source§impl<'a, T: RecordListItem<'a>> RecordList<'a, T>
impl<'a, T: RecordListItem<'a>> RecordList<'a, T>
Trait Implementations
Source§impl<'a, T: Clone + RecordListItem<'a>> Clone for RecordList<'a, T>
impl<'a, T: Clone + RecordListItem<'a>> Clone for RecordList<'a, T>
Source§fn clone(&self) -> RecordList<'a, T>
fn clone(&self) -> RecordList<'a, T>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more