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