Struct aws_sdk_codedeploy::model::Alarm
source · [−]#[non_exhaustive]pub struct Alarm { /* private fields */ }
Expand description
Information about an alarm.
Implementations
Trait Implementations
impl StructuralPartialEq for Alarm
Auto Trait Implementations
impl RefUnwindSafe for Alarm
impl Send for Alarm
impl Sync for Alarm
impl Unpin for Alarm
impl UnwindSafe for Alarm
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more