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