pub struct Starting;Expand description
Marker for the Starting lifecycle phase.
Trait Implementations§
Source§impl PhaseMarker for Starting
impl PhaseMarker for Starting
const PHASE: LifecyclePhase = LifecyclePhase::Starting
Auto Trait Implementations§
impl Freeze for Starting
impl RefUnwindSafe for Starting
impl Send for Starting
impl Sync for Starting
impl Unpin for Starting
impl UnsafeUnpin for Starting
impl UnwindSafe for Starting
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