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