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