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