Struct aws_sdk_ssm::model::OpsItemNotification
source · [−]#[non_exhaustive]pub struct OpsItemNotification { /* private fields */ }
Expand description
A notification about the OpsItem.
Implementations
sourceimpl OpsItemNotification
impl OpsItemNotification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OpsItemNotification
.
Trait Implementations
sourceimpl Clone for OpsItemNotification
impl Clone for OpsItemNotification
sourcefn clone(&self) -> OpsItemNotification
fn clone(&self) -> OpsItemNotification
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for OpsItemNotification
impl Debug for OpsItemNotification
sourceimpl PartialEq<OpsItemNotification> for OpsItemNotification
impl PartialEq<OpsItemNotification> for OpsItemNotification
sourcefn eq(&self, other: &OpsItemNotification) -> bool
fn eq(&self, other: &OpsItemNotification) -> bool
impl StructuralPartialEq for OpsItemNotification
Auto Trait Implementations
impl RefUnwindSafe for OpsItemNotification
impl Send for OpsItemNotification
impl Sync for OpsItemNotification
impl Unpin for OpsItemNotification
impl UnwindSafe for OpsItemNotification
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