pub enum ProjectsV2ItemArchivedAction {
Archived,
}
Expand description
ProjectsV2ItemArchivedAction
JSON schema
{
"type": "string",
"enum": [
"archived"
]
}
Variants§
Archived
Trait Implementations§
Source§impl Clone for ProjectsV2ItemArchivedAction
impl Clone for ProjectsV2ItemArchivedAction
Source§fn clone(&self) -> ProjectsV2ItemArchivedAction
fn clone(&self) -> ProjectsV2ItemArchivedAction
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 ProjectsV2ItemArchivedAction
impl Debug for ProjectsV2ItemArchivedAction
Source§impl<'de> Deserialize<'de> for ProjectsV2ItemArchivedAction
impl<'de> Deserialize<'de> for ProjectsV2ItemArchivedAction
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<&ProjectsV2ItemArchivedAction> for ProjectsV2ItemArchivedAction
impl From<&ProjectsV2ItemArchivedAction> for ProjectsV2ItemArchivedAction
Source§fn from(value: &ProjectsV2ItemArchivedAction) -> Self
fn from(value: &ProjectsV2ItemArchivedAction) -> Self
Converts to this type from the input type.
Source§impl Hash for ProjectsV2ItemArchivedAction
impl Hash for ProjectsV2ItemArchivedAction
Source§impl Ord for ProjectsV2ItemArchivedAction
impl Ord for ProjectsV2ItemArchivedAction
Source§fn cmp(&self, other: &ProjectsV2ItemArchivedAction) -> Ordering
fn cmp(&self, other: &ProjectsV2ItemArchivedAction) -> 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 PartialEq for ProjectsV2ItemArchivedAction
impl PartialEq for ProjectsV2ItemArchivedAction
Source§fn eq(&self, other: &ProjectsV2ItemArchivedAction) -> bool
fn eq(&self, other: &ProjectsV2ItemArchivedAction) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for ProjectsV2ItemArchivedAction
impl PartialOrd for ProjectsV2ItemArchivedAction
Source§impl TryFrom<&String> for ProjectsV2ItemArchivedAction
impl TryFrom<&String> for ProjectsV2ItemArchivedAction
Source§impl TryFrom<&str> for ProjectsV2ItemArchivedAction
impl TryFrom<&str> for ProjectsV2ItemArchivedAction
Source§impl TryFrom<String> for ProjectsV2ItemArchivedAction
impl TryFrom<String> for ProjectsV2ItemArchivedAction
impl Copy for ProjectsV2ItemArchivedAction
impl Eq for ProjectsV2ItemArchivedAction
impl StructuralPartialEq for ProjectsV2ItemArchivedAction
Auto Trait Implementations§
impl Freeze for ProjectsV2ItemArchivedAction
impl RefUnwindSafe for ProjectsV2ItemArchivedAction
impl Send for ProjectsV2ItemArchivedAction
impl Sync for ProjectsV2ItemArchivedAction
impl Unpin for ProjectsV2ItemArchivedAction
impl UnwindSafe for ProjectsV2ItemArchivedAction
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