Enum rust_toolchain_file::legacy::LegacyChannel
source · [−]Expand description
The channel specified within the legacy toolchain file.
Variants
Path(PathBuf)
Spec(String)
Trait Implementations
sourceimpl Debug for LegacyChannel
impl Debug for LegacyChannel
sourceimpl PartialEq<LegacyChannel> for LegacyChannel
impl PartialEq<LegacyChannel> for LegacyChannel
sourcefn eq(&self, other: &LegacyChannel) -> bool
fn eq(&self, other: &LegacyChannel) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LegacyChannel) -> bool
fn ne(&self, other: &LegacyChannel) -> bool
This method tests for !=
.
impl StructuralPartialEq for LegacyChannel
Auto Trait Implementations
impl RefUnwindSafe for LegacyChannel
impl Send for LegacyChannel
impl Sync for LegacyChannel
impl Unpin for LegacyChannel
impl UnwindSafe for LegacyChannel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more