pub struct NameList { /* private fields */ }Expand description
Implementation of NameList interface on 1.4 Fundamental Interfaces: Core Module
The specification does not specify what orders the sets.
In this implementation, it is simply the order of insertion into the set.
Implementations§
Auto Trait Implementations§
impl Freeze for NameList
impl RefUnwindSafe for NameList
impl !Send for NameList
impl !Sync for NameList
impl Unpin for NameList
impl UnwindSafe for NameList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more