pub struct SmallListData { /* private fields */ }Expand description
Inline packed list storage. 24 bytes total.
Implementations§
Trait Implementations§
Source§impl Clone for SmallListData
impl Clone for SmallListData
Source§fn clone(&self) -> SmallListData
fn clone(&self) -> SmallListData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SmallListData
impl RefUnwindSafe for SmallListData
impl Send for SmallListData
impl Sync for SmallListData
impl Unpin for SmallListData
impl UnsafeUnpin for SmallListData
impl UnwindSafe for SmallListData
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