Enum cyfs_lib::NDNAPILevel
source · [−]pub enum NDNAPILevel {
NDC,
NDN,
Router,
}
Variants
NDC
NDN
Router
Trait Implementations
sourceimpl Clone for NDNAPILevel
impl Clone for NDNAPILevel
sourcefn clone(&self) -> NDNAPILevel
fn clone(&self) -> NDNAPILevel
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NDNAPILevel
impl Debug for NDNAPILevel
sourceimpl Default for NDNAPILevel
impl Default for NDNAPILevel
sourceimpl FromStr for NDNAPILevel
impl FromStr for NDNAPILevel
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<NDNAPILevel> for NDNAPILevel
impl PartialEq<NDNAPILevel> for NDNAPILevel
sourcefn eq(&self, other: &NDNAPILevel) -> bool
fn eq(&self, other: &NDNAPILevel) -> bool
sourceimpl ToString for NDNAPILevel
impl ToString for NDNAPILevel
impl Eq for NDNAPILevel
impl StructuralEq for NDNAPILevel
impl StructuralPartialEq for NDNAPILevel
Auto Trait Implementations
impl RefUnwindSafe for NDNAPILevel
impl Send for NDNAPILevel
impl Sync for NDNAPILevel
impl Unpin for NDNAPILevel
impl UnwindSafe for NDNAPILevel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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