Enum cyfs_lib::NDNPutDataResult
source · [−]pub enum NDNPutDataResult {
Accept,
AlreadyExists,
}
Variants
Accept
AlreadyExists
Trait Implementations
sourceimpl Clone for NDNPutDataResult
impl Clone for NDNPutDataResult
sourcefn clone(&self) -> NDNPutDataResult
fn clone(&self) -> NDNPutDataResult
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 Debug for NDNPutDataResult
impl Debug for NDNPutDataResult
sourceimpl FromStr for NDNPutDataResult
impl FromStr for NDNPutDataResult
sourceimpl PartialEq<NDNPutDataResult> for NDNPutDataResult
impl PartialEq<NDNPutDataResult> for NDNPutDataResult
sourcefn eq(&self, other: &NDNPutDataResult) -> bool
fn eq(&self, other: &NDNPutDataResult) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl ToString for NDNPutDataResult
impl ToString for NDNPutDataResult
impl Eq for NDNPutDataResult
impl StructuralEq for NDNPutDataResult
impl StructuralPartialEq for NDNPutDataResult
Auto Trait Implementations
impl RefUnwindSafe for NDNPutDataResult
impl Send for NDNPutDataResult
impl Sync for NDNPutDataResult
impl Unpin for NDNPutDataResult
impl UnwindSafe for NDNPutDataResult
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