Struct weightanalyzer::MaxBlockWeight
source · pub struct MaxBlockWeight(/* private fields */);
Implementations§
Trait Implementations§
source§impl Default for MaxBlockWeight
impl Default for MaxBlockWeight
Auto Trait Implementations§
impl Freeze for MaxBlockWeight
impl RefUnwindSafe for MaxBlockWeight
impl Send for MaxBlockWeight
impl Sync for MaxBlockWeight
impl Unpin for MaxBlockWeight
impl UnwindSafe for MaxBlockWeight
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