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