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