pub struct SlabWeight { /* private fields */ }Trait Implementations§
Source§impl Clone for SlabWeight
impl Clone for SlabWeight
Source§fn clone(&self) -> SlabWeight
fn clone(&self) -> SlabWeight
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 moreSource§impl Debug for SlabWeight
impl Debug for SlabWeight
Source§impl Default for SlabWeight
impl Default for SlabWeight
Source§fn default() -> SlabWeight
fn default() -> SlabWeight
Returns the “default value” for a type. Read more
Source§impl PartialEq for SlabWeight
impl PartialEq for SlabWeight
Source§impl SpanWeight<Slab> for SlabWeight
impl SpanWeight<Slab> for SlabWeight
impl Copy for SlabWeight
impl StructuralPartialEq for SlabWeight
Auto Trait Implementations§
impl Freeze for SlabWeight
impl RefUnwindSafe for SlabWeight
impl Send for SlabWeight
impl Sync for SlabWeight
impl Unpin for SlabWeight
impl UnwindSafe for SlabWeight
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