Enum cyfs_lib::NDNAPILevel
source · pub enum NDNAPILevel {
NDC,
NDN,
Router,
}
Variants§
Trait Implementations§
source§impl Clone for NDNAPILevel
impl Clone for NDNAPILevel
source§fn clone(&self) -> NDNAPILevel
fn clone(&self) -> NDNAPILevel
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 NDNAPILevel
impl Debug for NDNAPILevel
source§impl Default for NDNAPILevel
impl Default for NDNAPILevel
source§impl FromStr for NDNAPILevel
impl FromStr for NDNAPILevel
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<NDNAPILevel> for NDNAPILevel
impl PartialEq<NDNAPILevel> for NDNAPILevel
source§fn eq(&self, other: &NDNAPILevel) -> bool
fn eq(&self, other: &NDNAPILevel) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.