Enum cyfs_lib::ObjectMapField
source · pub enum ObjectMapField {
Default,
None,
Specific(ObjectId),
}
Variants§
Trait Implementations§
source§impl Clone for ObjectMapField
impl Clone for ObjectMapField
source§fn clone(&self) -> ObjectMapField
fn clone(&self) -> ObjectMapField
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 ObjectMapField
impl Debug for ObjectMapField
source§impl Default for ObjectMapField
impl Default for ObjectMapField
source§impl From<&ObjectId> for ObjectMapField
impl From<&ObjectId> for ObjectMapField
source§impl FromStr for ObjectMapField
impl FromStr for ObjectMapField
§type Err = BuckyError
type Err = BuckyError
The associated error which can be returned from parsing.
source§impl PartialEq<ObjectMapField> for ObjectMapField
impl PartialEq<ObjectMapField> for ObjectMapField
source§fn eq(&self, other: &ObjectMapField) -> bool
fn eq(&self, other: &ObjectMapField) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.