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