Enum build_data::RustChannel
source · 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 copy 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<RustChannel> for RustChannel
impl PartialEq<RustChannel> for RustChannel
source§fn eq(&self, other: &RustChannel) -> bool
fn eq(&self, other: &RustChannel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<RustChannel> for RustChannel
impl PartialOrd<RustChannel> for RustChannel
source§fn partial_cmp(&self, other: &RustChannel) -> Option<Ordering>
fn partial_cmp(&self, other: &RustChannel) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more