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