pub struct Existing;Expand description
Command Parameter: The --existing flag
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Existing
impl RefUnwindSafe for Existing
impl Send for Existing
impl Sync for Existing
impl Unpin for Existing
impl UnsafeUnpin for Existing
impl UnwindSafe for Existing
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