pub enum RustChannel {
Stable,
Beta,
Nightly,
}
Variants§
Trait Implementations§
Source§impl Clone for RustChannel
impl Clone for RustChannel
Source§fn clone(&self) -> RustChannel
fn clone(&self) -> RustChannel
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 RustChannel
impl Debug for RustChannel
Source§impl Display for RustChannel
impl Display for RustChannel
Source§impl Ord for RustChannel
impl Ord for RustChannel
Source§fn cmp(&self, other: &RustChannel) -> Ordering
fn cmp(&self, other: &RustChannel) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RustChannel
impl PartialEq for RustChannel
Source§impl PartialOrd for RustChannel
impl PartialOrd for RustChannel
impl Copy for RustChannel
impl Eq for RustChannel
impl StructuralPartialEq for RustChannel
Auto Trait Implementations§
impl Freeze for RustChannel
impl RefUnwindSafe for RustChannel
impl Send for RustChannel
impl Sync for RustChannel
impl Unpin for RustChannel
impl UnwindSafe for RustChannel
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