Enum cyfs_lib::NONAPILevel
source · [−]pub enum NONAPILevel {
NOC,
NON,
Router,
}
Variants
NOC
NON
Router
Trait Implementations
sourceimpl Clone for NONAPILevel
impl Clone for NONAPILevel
sourcefn clone(&self) -> NONAPILevel
fn clone(&self) -> NONAPILevel
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 NONAPILevel
impl Debug for NONAPILevel
sourceimpl Default for NONAPILevel
impl Default for NONAPILevel
sourceimpl FromStr for NONAPILevel
impl FromStr for NONAPILevel
sourceimpl Into<NDNAPILevel> for NONAPILevel
impl Into<NDNAPILevel> for NONAPILevel
sourcefn into(self) -> NDNAPILevel
fn into(self) -> NDNAPILevel
Converts this type into the (usually inferred) input type.
sourceimpl Into<NONAPILevel> for NDNAPILevel
impl Into<NONAPILevel> for NDNAPILevel
sourcefn into(self) -> NONAPILevel
fn into(self) -> NONAPILevel
Converts this type into the (usually inferred) input type.
sourceimpl PartialEq<NONAPILevel> for NONAPILevel
impl PartialEq<NONAPILevel> for NONAPILevel
sourceimpl ToString for NONAPILevel
impl ToString for NONAPILevel
impl Eq for NONAPILevel
impl StructuralEq for NONAPILevel
impl StructuralPartialEq for NONAPILevel
Auto Trait Implementations
impl RefUnwindSafe for NONAPILevel
impl Send for NONAPILevel
impl Sync for NONAPILevel
impl Unpin for NONAPILevel
impl UnwindSafe for NONAPILevel
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