pub struct UpdateApplicationResourceLifecycleMessage {
pub application_name: String,
pub resource_lifecycle_config: ApplicationResourceLifecycleConfig,
}
Fields§
§application_name: String
The name of the application.
resource_lifecycle_config: ApplicationResourceLifecycleConfig
The lifecycle configuration.
Trait Implementations§
Source§impl Clone for UpdateApplicationResourceLifecycleMessage
impl Clone for UpdateApplicationResourceLifecycleMessage
Source§fn clone(&self) -> UpdateApplicationResourceLifecycleMessage
fn clone(&self) -> UpdateApplicationResourceLifecycleMessage
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 Default for UpdateApplicationResourceLifecycleMessage
impl Default for UpdateApplicationResourceLifecycleMessage
Source§fn default() -> UpdateApplicationResourceLifecycleMessage
fn default() -> UpdateApplicationResourceLifecycleMessage
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateApplicationResourceLifecycleMessage
impl PartialEq for UpdateApplicationResourceLifecycleMessage
Source§fn eq(&self, other: &UpdateApplicationResourceLifecycleMessage) -> bool
fn eq(&self, other: &UpdateApplicationResourceLifecycleMessage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateApplicationResourceLifecycleMessage
Auto Trait Implementations§
impl Freeze for UpdateApplicationResourceLifecycleMessage
impl RefUnwindSafe for UpdateApplicationResourceLifecycleMessage
impl Send for UpdateApplicationResourceLifecycleMessage
impl Sync for UpdateApplicationResourceLifecycleMessage
impl Unpin for UpdateApplicationResourceLifecycleMessage
impl UnwindSafe for UpdateApplicationResourceLifecycleMessage
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