Struct rust_toolchain_file::legacy::LegacyToolchainFile
source · [−]pub struct LegacyToolchainFile { /* private fields */ }
Expand description
The legacy toolchain file variant
Implementations
sourceimpl LegacyToolchainFile
impl LegacyToolchainFile
pub fn new(channel: LegacyChannel) -> Self
sourceimpl LegacyToolchainFile
impl LegacyToolchainFile
Trait Implementations
sourceimpl Debug for LegacyToolchainFile
impl Debug for LegacyToolchainFile
sourceimpl FromStr for LegacyToolchainFile
impl FromStr for LegacyToolchainFile
sourceimpl PartialEq<LegacyToolchainFile> for LegacyToolchainFile
impl PartialEq<LegacyToolchainFile> for LegacyToolchainFile
sourcefn eq(&self, other: &LegacyToolchainFile) -> bool
fn eq(&self, other: &LegacyToolchainFile) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &LegacyToolchainFile) -> bool
fn ne(&self, other: &LegacyToolchainFile) -> bool
This method tests for !=
.
impl StructuralPartialEq for LegacyToolchainFile
Auto Trait Implementations
impl RefUnwindSafe for LegacyToolchainFile
impl Send for LegacyToolchainFile
impl Sync for LegacyToolchainFile
impl Unpin for LegacyToolchainFile
impl UnwindSafe for LegacyToolchainFile
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