Enum cyfs_lib::NDNDataType
source · [−]pub enum NDNDataType {
Mem,
SharedMem,
}
Variants
Mem
SharedMem
Trait Implementations
sourceimpl Clone for NDNDataType
impl Clone for NDNDataType
sourcefn clone(&self) -> NDNDataType
fn clone(&self) -> NDNDataType
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 Display for NDNDataType
impl Display for NDNDataType
sourceimpl FromStr for NDNDataType
impl FromStr for NDNDataType
sourceimpl PartialEq<NDNDataType> for NDNDataType
impl PartialEq<NDNDataType> for NDNDataType
impl Copy for NDNDataType
impl Eq for NDNDataType
impl StructuralEq for NDNDataType
impl StructuralPartialEq for NDNDataType
Auto Trait Implementations
impl RefUnwindSafe for NDNDataType
impl Send for NDNDataType
impl Sync for NDNDataType
impl Unpin for NDNDataType
impl UnwindSafe for NDNDataType
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