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