pub enum ProjectUpdateToken {
None,
Delete,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for ProjectUpdateToken
impl Clone for ProjectUpdateToken
Source§fn clone(&self) -> ProjectUpdateToken
fn clone(&self) -> ProjectUpdateToken
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 ProjectUpdateToken
impl Debug for ProjectUpdateToken
Source§impl Default for ProjectUpdateToken
impl Default for ProjectUpdateToken
Source§fn default() -> ProjectUpdateToken
fn default() -> ProjectUpdateToken
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProjectUpdateToken
impl<'de> Deserialize<'de> for ProjectUpdateToken
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 Display for ProjectUpdateToken
impl Display for ProjectUpdateToken
Source§impl Hash for ProjectUpdateToken
impl Hash for ProjectUpdateToken
Source§impl Ord for ProjectUpdateToken
impl Ord for ProjectUpdateToken
Source§fn cmp(&self, other: &ProjectUpdateToken) -> Ordering
fn cmp(&self, other: &ProjectUpdateToken) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProjectUpdateToken
impl PartialEq for ProjectUpdateToken
Source§fn eq(&self, other: &ProjectUpdateToken) -> bool
fn eq(&self, other: &ProjectUpdateToken) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ProjectUpdateToken
impl PartialOrd for ProjectUpdateToken
Source§impl Serialize for ProjectUpdateToken
impl Serialize for ProjectUpdateToken
impl Copy for ProjectUpdateToken
impl Eq for ProjectUpdateToken
impl StructuralPartialEq for ProjectUpdateToken
Auto Trait Implementations§
impl Freeze for ProjectUpdateToken
impl RefUnwindSafe for ProjectUpdateToken
impl Send for ProjectUpdateToken
impl Sync for ProjectUpdateToken
impl Unpin for ProjectUpdateToken
impl UnsafeUnpin for ProjectUpdateToken
impl UnwindSafe for ProjectUpdateToken
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