pub struct SmallZSetData { /* private fields */ }Expand description
Inline packed sorted-set storage. 24 bytes total.
Implementations§
Trait Implementations§
Source§impl Clone for SmallZSetData
impl Clone for SmallZSetData
Source§fn clone(&self) -> SmallZSetData
fn clone(&self) -> SmallZSetData
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 SmallZSetData
impl RefUnwindSafe for SmallZSetData
impl Send for SmallZSetData
impl Sync for SmallZSetData
impl Unpin for SmallZSetData
impl UnsafeUnpin for SmallZSetData
impl UnwindSafe for SmallZSetData
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