Enum cyfs_base::ObjectMapDiffAction
source · [−]pub enum ObjectMapDiffAction {
Add,
Alter,
Remove,
}
Variants
Add
Alter
Remove
Trait Implementations
sourceimpl Clone for ObjectMapDiffAction
impl Clone for ObjectMapDiffAction
sourcefn clone(&self) -> ObjectMapDiffAction
fn clone(&self) -> ObjectMapDiffAction
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 ObjectMapDiffAction
impl Debug for ObjectMapDiffAction
impl Eq for ObjectMapDiffAction
impl StructuralEq for ObjectMapDiffAction
impl StructuralPartialEq for ObjectMapDiffAction
Auto Trait Implementations
impl RefUnwindSafe for ObjectMapDiffAction
impl Send for ObjectMapDiffAction
impl Sync for ObjectMapDiffAction
impl Unpin for ObjectMapDiffAction
impl UnwindSafe for ObjectMapDiffAction
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