Enum rust_info::types::RustChannel [−][src]
pub enum RustChannel {
Stable,
Beta,
Nightly,
}Expand description
Rust channel type
Variants
Rust stable channel
Rust beta channel
Rust nightly channel
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RustChannelimpl Send for RustChannelimpl Sync for RustChannelimpl Unpin for RustChannelimpl UnwindSafe for RustChannelBlanket Implementations
Mutably borrows from an owned value. Read more