pub struct CubicWeight { /* private fields */ }
Trait Implementations§
Source§impl Debug for CubicWeight
impl Debug for CubicWeight
Auto Trait Implementations§
impl !Freeze for CubicWeight
impl !RefUnwindSafe for CubicWeight
impl !Send for CubicWeight
impl !Sync for CubicWeight
impl Unpin for CubicWeight
impl !UnwindSafe for CubicWeight
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