pub struct totalSize;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for totalSize
impl RefUnwindSafe for totalSize
impl Send for totalSize
impl Sync for totalSize
impl Unpin for totalSize
impl UnwindSafe for totalSize
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