pub struct ListPrimitiveSet {}Expand description
A list primitive set.
Implementations§
Trait Implementations§
Source§impl Debug for ListPrimitiveSet
impl Debug for ListPrimitiveSet
Source§impl Default for ListPrimitiveSet
impl Default for ListPrimitiveSet
Source§fn default() -> ListPrimitiveSet
fn default() -> ListPrimitiveSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListPrimitiveSet
impl RefUnwindSafe for ListPrimitiveSet
impl Send for ListPrimitiveSet
impl Sync for ListPrimitiveSet
impl Unpin for ListPrimitiveSet
impl UnwindSafe for ListPrimitiveSet
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