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