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