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 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl 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
sourcefn eq(&self, other: &NDNDataType) -> bool
fn eq(&self, other: &NDNDataType) -> bool
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 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