pub struct DefaultPhase;
Expand description
Default implementation of Phase
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultPhase
impl RefUnwindSafe for DefaultPhase
impl Send for DefaultPhase
impl Sync for DefaultPhase
impl Unpin for DefaultPhase
impl UnwindSafe for DefaultPhase
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