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