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