Enum cyfs_base::CyfsChannel
source · [−]pub enum CyfsChannel {
Nightly,
Beta,
Stable,
}Variants
Nightly
Beta
Stable
Trait Implementations
sourceimpl Clone for CyfsChannel
impl Clone for CyfsChannel
sourcefn clone(&self) -> CyfsChannel
fn clone(&self) -> CyfsChannel
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CyfsChannel
impl Debug for CyfsChannel
sourceimpl Display for CyfsChannel
impl Display for CyfsChannel
sourceimpl FromStr for CyfsChannel
impl FromStr for CyfsChannel
type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
sourcefn from_str(str: &str) -> BuckyResult<Self>
fn from_str(str: &str) -> BuckyResult<Self>
Parses a string s to return a value of this type. Read more
sourceimpl PartialEq<CyfsChannel> for CyfsChannel
impl PartialEq<CyfsChannel> for CyfsChannel
sourcefn eq(&self, other: &CyfsChannel) -> bool
fn eq(&self, other: &CyfsChannel) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for CyfsChannel
impl StructuralEq for CyfsChannel
impl StructuralPartialEq for CyfsChannel
Auto Trait Implementations
impl RefUnwindSafe for CyfsChannel
impl Send for CyfsChannel
impl Sync for CyfsChannel
impl Unpin for CyfsChannel
impl UnwindSafe for CyfsChannel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more