pub struct AutoScalingPolicyStateChange {
pub resource_id: String,
pub cluster_id: String,
pub state: String,
pub message: String,
pub scaling_resource_type: String,
}Fields§
§resource_id: String§cluster_id: String§state: String§message: String§scaling_resource_type: StringTrait Implementations§
source§impl Clone for AutoScalingPolicyStateChange
impl Clone for AutoScalingPolicyStateChange
source§fn clone(&self) -> AutoScalingPolicyStateChange
fn clone(&self) -> AutoScalingPolicyStateChange
Returns a copy 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 AutoScalingPolicyStateChange
impl Debug for AutoScalingPolicyStateChange
source§impl Default for AutoScalingPolicyStateChange
impl Default for AutoScalingPolicyStateChange
source§fn default() -> AutoScalingPolicyStateChange
fn default() -> AutoScalingPolicyStateChange
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AutoScalingPolicyStateChange
impl<'de> Deserialize<'de> for AutoScalingPolicyStateChange
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 AutoScalingPolicyStateChange
impl PartialEq for AutoScalingPolicyStateChange
source§fn eq(&self, other: &AutoScalingPolicyStateChange) -> bool
fn eq(&self, other: &AutoScalingPolicyStateChange) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AutoScalingPolicyStateChange
impl StructuralPartialEq for AutoScalingPolicyStateChange
Auto Trait Implementations§
impl RefUnwindSafe for AutoScalingPolicyStateChange
impl Send for AutoScalingPolicyStateChange
impl Sync for AutoScalingPolicyStateChange
impl Unpin for AutoScalingPolicyStateChange
impl UnwindSafe for AutoScalingPolicyStateChange
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