pub enum FeatureUpdateType {
Created,
Updated,
Deleted,
}Expand description
Feature update type
Variants§
Trait Implementations§
Source§impl Clone for FeatureUpdateType
impl Clone for FeatureUpdateType
Source§fn clone(&self) -> FeatureUpdateType
fn clone(&self) -> FeatureUpdateType
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 FeatureUpdateType
impl Debug for FeatureUpdateType
Source§impl From<FeatureUpdateType> for ChangeType
impl From<FeatureUpdateType> for ChangeType
Source§fn from(update_type: FeatureUpdateType) -> Self
fn from(update_type: FeatureUpdateType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FeatureUpdateType
impl PartialEq for FeatureUpdateType
impl Copy for FeatureUpdateType
impl Eq for FeatureUpdateType
impl StructuralPartialEq for FeatureUpdateType
Auto Trait Implementations§
impl Freeze for FeatureUpdateType
impl RefUnwindSafe for FeatureUpdateType
impl Send for FeatureUpdateType
impl Sync for FeatureUpdateType
impl Unpin for FeatureUpdateType
impl UnsafeUnpin for FeatureUpdateType
impl UnwindSafe for FeatureUpdateType
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