pub enum ProjectChangeType {
Created,
Updated,
Deleted,
}Variants§
Trait Implementations§
Source§impl Clone for ProjectChangeType
impl Clone for ProjectChangeType
Source§fn clone(&self) -> ProjectChangeType
fn clone(&self) -> ProjectChangeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectChangeType
impl Debug for ProjectChangeType
Source§impl<'de> Deserialize<'de> for ProjectChangeType
impl<'de> Deserialize<'de> for ProjectChangeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ProjectChangeType
impl PartialEq for ProjectChangeType
Source§impl Serialize for ProjectChangeType
impl Serialize for ProjectChangeType
impl StructuralPartialEq for ProjectChangeType
Auto Trait Implementations§
impl Freeze for ProjectChangeType
impl RefUnwindSafe for ProjectChangeType
impl Send for ProjectChangeType
impl Sync for ProjectChangeType
impl Unpin for ProjectChangeType
impl UnsafeUnpin for ProjectChangeType
impl UnwindSafe for ProjectChangeType
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