pub struct MaxSize(pub usize);
Expand description
Tuple Fields§
§0: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MaxSize
impl RefUnwindSafe for MaxSize
impl Send for MaxSize
impl Sync for MaxSize
impl Unpin for MaxSize
impl UnwindSafe for MaxSize
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