Enum cyfs_base::ObjectMapContentMode
source · [−]pub enum ObjectMapContentMode {
Simple,
Hub,
}
Variants
Simple
Hub
Trait Implementations
sourceimpl Clone for ObjectMapContentMode
impl Clone for ObjectMapContentMode
sourcefn clone(&self) -> ObjectMapContentMode
fn clone(&self) -> ObjectMapContentMode
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 ObjectMapContentMode
impl Debug for ObjectMapContentMode
sourceimpl FromStr for ObjectMapContentMode
impl FromStr for ObjectMapContentMode
sourceimpl PartialEq<ObjectMapContentMode> for ObjectMapContentMode
impl PartialEq<ObjectMapContentMode> for ObjectMapContentMode
sourcefn eq(&self, other: &ObjectMapContentMode) -> bool
fn eq(&self, other: &ObjectMapContentMode) -> bool
sourceimpl ToString for ObjectMapContentMode
impl ToString for ObjectMapContentMode
impl Copy for ObjectMapContentMode
impl Eq for ObjectMapContentMode
impl StructuralEq for ObjectMapContentMode
impl StructuralPartialEq for ObjectMapContentMode
Auto Trait Implementations
impl RefUnwindSafe for ObjectMapContentMode
impl Send for ObjectMapContentMode
impl Sync for ObjectMapContentMode
impl Unpin for ObjectMapContentMode
impl UnwindSafe for ObjectMapContentMode
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