pub enum LinkModeArg {
Copy,
Symlink,
}Expand description
--link-mode value.
Variants§
Trait Implementations§
Source§impl Clone for LinkModeArg
impl Clone for LinkModeArg
Source§fn clone(&self) -> LinkModeArg
fn clone(&self) -> LinkModeArg
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LinkModeArg
Source§impl Debug for LinkModeArg
impl Debug for LinkModeArg
Source§impl From<LinkModeArg> for LinkMode
impl From<LinkModeArg> for LinkMode
Source§fn from(a: LinkModeArg) -> Self
fn from(a: LinkModeArg) -> Self
Converts to this type from the input type.
Source§impl ValueEnum for LinkModeArg
impl ValueEnum for LinkModeArg
Auto Trait Implementations§
impl Freeze for LinkModeArg
impl RefUnwindSafe for LinkModeArg
impl Send for LinkModeArg
impl Sync for LinkModeArg
impl Unpin for LinkModeArg
impl UnsafeUnpin for LinkModeArg
impl UnwindSafe for LinkModeArg
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