Enum cyfs_lib::NONAPILevel
source · pub enum NONAPILevel {
NOC,
NON,
Router,
}
Variants§
Trait Implementations§
source§impl Clone for NONAPILevel
impl Clone for NONAPILevel
source§fn clone(&self) -> NONAPILevel
fn clone(&self) -> NONAPILevel
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 NONAPILevel
impl Debug for NONAPILevel
source§impl Default for NONAPILevel
impl Default for NONAPILevel
source§impl FromStr for NONAPILevel
impl FromStr for NONAPILevel
source§impl Into<NDNAPILevel> for NONAPILevel
impl Into<NDNAPILevel> for NONAPILevel
source§fn into(self) -> NDNAPILevel
fn into(self) -> NDNAPILevel
Converts this type into the (usually inferred) input type.
source§impl Into<NONAPILevel> for NDNAPILevel
impl Into<NONAPILevel> for NDNAPILevel
source§fn into(self) -> NONAPILevel
fn into(self) -> NONAPILevel
Converts this type into the (usually inferred) input type.
source§impl PartialEq<NONAPILevel> for NONAPILevel
impl PartialEq<NONAPILevel> for NONAPILevel
source§fn eq(&self, other: &NONAPILevel) -> bool
fn eq(&self, other: &NONAPILevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.