pub enum ProjectsV2ItemDeletedAction {
Deleted,
}
Expand description
ProjectsV2ItemDeletedAction
JSON schema
{
"type": "string",
"enum": [
"deleted"
]
}
Variants§
Deleted
Trait Implementations§
Source§impl Clone for ProjectsV2ItemDeletedAction
impl Clone for ProjectsV2ItemDeletedAction
Source§fn clone(&self) -> ProjectsV2ItemDeletedAction
fn clone(&self) -> ProjectsV2ItemDeletedAction
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 ProjectsV2ItemDeletedAction
impl Debug for ProjectsV2ItemDeletedAction
Source§impl<'de> Deserialize<'de> for ProjectsV2ItemDeletedAction
impl<'de> Deserialize<'de> for ProjectsV2ItemDeletedAction
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 From<&ProjectsV2ItemDeletedAction> for ProjectsV2ItemDeletedAction
impl From<&ProjectsV2ItemDeletedAction> for ProjectsV2ItemDeletedAction
Source§fn from(value: &ProjectsV2ItemDeletedAction) -> Self
fn from(value: &ProjectsV2ItemDeletedAction) -> Self
Converts to this type from the input type.
Source§impl Hash for ProjectsV2ItemDeletedAction
impl Hash for ProjectsV2ItemDeletedAction
Source§impl Ord for ProjectsV2ItemDeletedAction
impl Ord for ProjectsV2ItemDeletedAction
Source§fn cmp(&self, other: &ProjectsV2ItemDeletedAction) -> Ordering
fn cmp(&self, other: &ProjectsV2ItemDeletedAction) -> Ordering
1.21.0 · 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 PartialOrd for ProjectsV2ItemDeletedAction
impl PartialOrd for ProjectsV2ItemDeletedAction
Source§impl TryFrom<&String> for ProjectsV2ItemDeletedAction
impl TryFrom<&String> for ProjectsV2ItemDeletedAction
Source§impl TryFrom<&str> for ProjectsV2ItemDeletedAction
impl TryFrom<&str> for ProjectsV2ItemDeletedAction
Source§impl TryFrom<String> for ProjectsV2ItemDeletedAction
impl TryFrom<String> for ProjectsV2ItemDeletedAction
impl Copy for ProjectsV2ItemDeletedAction
impl Eq for ProjectsV2ItemDeletedAction
impl StructuralPartialEq for ProjectsV2ItemDeletedAction
Auto Trait Implementations§
impl Freeze for ProjectsV2ItemDeletedAction
impl RefUnwindSafe for ProjectsV2ItemDeletedAction
impl Send for ProjectsV2ItemDeletedAction
impl Sync for ProjectsV2ItemDeletedAction
impl Unpin for ProjectsV2ItemDeletedAction
impl UnwindSafe for ProjectsV2ItemDeletedAction
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