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