pub struct AfterOp;Expand description
Marker struct.
Auto Trait Implementations§
impl Freeze for AfterOp
impl RefUnwindSafe for AfterOp
impl Send for AfterOp
impl Sync for AfterOp
impl Unpin for AfterOp
impl UnsafeUnpin for AfterOp
impl UnwindSafe for AfterOp
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