pub struct scale(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for scale
impl RefUnwindSafe for scale
impl Send for scale
impl Sync for scale
impl Unpin for scale
impl UnwindSafe for scale
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