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