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