pub enum ObjectMapCreateStrategy {
NotCreate,
CreateNew,
CreateIfNotExists,
}
Variants
NotCreate
CreateNew
CreateIfNotExists
Trait Implementations
sourceimpl Clone for ObjectMapCreateStrategy
impl Clone for ObjectMapCreateStrategy
sourcefn clone(&self) -> ObjectMapCreateStrategy
fn clone(&self) -> ObjectMapCreateStrategy
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 ObjectMapCreateStrategy
impl Debug for ObjectMapCreateStrategy
sourceimpl PartialEq<ObjectMapCreateStrategy> for ObjectMapCreateStrategy
impl PartialEq<ObjectMapCreateStrategy> for ObjectMapCreateStrategy
sourcefn eq(&self, other: &ObjectMapCreateStrategy) -> bool
fn eq(&self, other: &ObjectMapCreateStrategy) -> bool
impl Copy for ObjectMapCreateStrategy
impl Eq for ObjectMapCreateStrategy
impl StructuralEq for ObjectMapCreateStrategy
impl StructuralPartialEq for ObjectMapCreateStrategy
Auto Trait Implementations
impl RefUnwindSafe for ObjectMapCreateStrategy
impl Send for ObjectMapCreateStrategy
impl Sync for ObjectMapCreateStrategy
impl Unpin for ObjectMapCreateStrategy
impl UnwindSafe for ObjectMapCreateStrategy
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