pub enum LegacyChannel {
Path(PathBuf),
Spec(String),
}
Expand description
The channel specified within the legacy toolchain file.
Variants§
Trait Implementations§
Source§impl Debug for LegacyChannel
impl Debug for LegacyChannel
Source§impl PartialEq for LegacyChannel
impl PartialEq for LegacyChannel
impl StructuralPartialEq for LegacyChannel
Auto Trait Implementations§
impl Freeze for LegacyChannel
impl RefUnwindSafe for LegacyChannel
impl Send for LegacyChannel
impl Sync for LegacyChannel
impl Unpin for LegacyChannel
impl UnwindSafe for LegacyChannel
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