Enum rust_info::types::RustChannel[][src]

pub enum RustChannel {
    Stable,
    Beta,
    Nightly,
}

Rust channel type

Variants

Rust stable channel

Rust beta channel

Rust nightly channel

Trait Implementations

impl Debug for RustChannel
[src]

Formats the value using the given formatter. Read more

impl Clone for RustChannel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for RustChannel
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for RustChannel
[src]

Auto Trait Implementations

impl Send for RustChannel

impl Sync for RustChannel