pub struct New;Expand description
Launcher type-state that indicates a brand new launch.
Auto Trait Implementations§
impl Freeze for New
impl RefUnwindSafe for New
impl Send for New
impl Sync for New
impl Unpin for New
impl UnsafeUnpin for New
impl UnwindSafe for New
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