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