pub enum ServiceScalingPatchResponseCompliancetype {
Hipaa,
Pci,
Unknown(String),
}Expand description
Inline enum for ServiceScalingPatchResponse.complianceType.
Variants§
Trait Implementations§
Source§impl Clone for ServiceScalingPatchResponseCompliancetype
impl Clone for ServiceScalingPatchResponseCompliancetype
Source§fn clone(&self) -> ServiceScalingPatchResponseCompliancetype
fn clone(&self) -> ServiceScalingPatchResponseCompliancetype
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for ServiceScalingPatchResponseCompliancetype
impl Default for ServiceScalingPatchResponseCompliancetype
Source§fn default() -> ServiceScalingPatchResponseCompliancetype
fn default() -> ServiceScalingPatchResponseCompliancetype
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceScalingPatchResponseCompliancetype
impl<'de> Deserialize<'de> for ServiceScalingPatchResponseCompliancetype
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 PartialEq for ServiceScalingPatchResponseCompliancetype
impl PartialEq for ServiceScalingPatchResponseCompliancetype
Source§fn eq(&self, other: &ServiceScalingPatchResponseCompliancetype) -> bool
fn eq(&self, other: &ServiceScalingPatchResponseCompliancetype) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceScalingPatchResponseCompliancetype
Auto Trait Implementations§
impl Freeze for ServiceScalingPatchResponseCompliancetype
impl RefUnwindSafe for ServiceScalingPatchResponseCompliancetype
impl Send for ServiceScalingPatchResponseCompliancetype
impl Sync for ServiceScalingPatchResponseCompliancetype
impl Unpin for ServiceScalingPatchResponseCompliancetype
impl UnsafeUnpin for ServiceScalingPatchResponseCompliancetype
impl UnwindSafe for ServiceScalingPatchResponseCompliancetype
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