pub struct PreRun;Trait Implementations§
Source§impl PhaseMarker for PreRun
impl PhaseMarker for PreRun
Source§fn phase_name() -> &'static str
fn phase_name() -> &'static str
Short name used in artifact directory names (e.g., “pre”, “post”).
Auto Trait Implementations§
impl Freeze for PreRun
impl RefUnwindSafe for PreRun
impl Send for PreRun
impl Sync for PreRun
impl Unpin for PreRun
impl UnsafeUnpin 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