pub enum ConfigMappingMode {
Create,
Get,
Read,
Update,
Delete,
}Expand description
Type of operation requested for configMapping.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ConfigMappingMode
impl Clone for ConfigMappingMode
Source§fn clone(&self) -> ConfigMappingMode
fn clone(&self) -> ConfigMappingMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConfigMappingMode
impl Debug for ConfigMappingMode
impl Copy for ConfigMappingMode
Auto Trait Implementations§
impl Freeze for ConfigMappingMode
impl RefUnwindSafe for ConfigMappingMode
impl Send for ConfigMappingMode
impl Sync for ConfigMappingMode
impl Unpin for ConfigMappingMode
impl UnsafeUnpin for ConfigMappingMode
impl UnwindSafe for ConfigMappingMode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more