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