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