Enum cyfs_lib::NDNPutDataResult
source · pub enum NDNPutDataResult {
Accept,
AlreadyExists,
}
Variants§
Trait Implementations§
source§impl Clone for NDNPutDataResult
impl Clone for NDNPutDataResult
source§fn clone(&self) -> NDNPutDataResult
fn clone(&self) -> NDNPutDataResult
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 Debug for NDNPutDataResult
impl Debug for NDNPutDataResult
source§impl FromStr for NDNPutDataResult
impl FromStr for NDNPutDataResult
source§impl PartialEq<NDNPutDataResult> for NDNPutDataResult
impl PartialEq<NDNPutDataResult> for NDNPutDataResult
source§fn 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 ==
.