#[non_exhaustive]pub struct AlertManagerDefinitionDescription { /* private fields */ }Expand description
Represents the properties of an alert manager definition.
Implementations
sourceimpl AlertManagerDefinitionDescription
impl AlertManagerDefinitionDescription
sourcepub fn status(&self) -> Option<&AlertManagerDefinitionStatus>
pub fn status(&self) -> Option<&AlertManagerDefinitionStatus>
The status of alert manager definition.
sourcepub fn created_at(&self) -> Option<&DateTime>
pub fn created_at(&self) -> Option<&DateTime>
The time when the alert manager definition was created.
sourcepub fn modified_at(&self) -> Option<&DateTime>
pub fn modified_at(&self) -> Option<&DateTime>
The time when the alert manager definition was modified.
sourceimpl AlertManagerDefinitionDescription
impl AlertManagerDefinitionDescription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlertManagerDefinitionDescription.
Trait Implementations
sourceimpl Clone for AlertManagerDefinitionDescription
impl Clone for AlertManagerDefinitionDescription
sourcefn clone(&self) -> AlertManagerDefinitionDescription
fn clone(&self) -> AlertManagerDefinitionDescription
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 PartialEq<AlertManagerDefinitionDescription> for AlertManagerDefinitionDescription
impl PartialEq<AlertManagerDefinitionDescription> for AlertManagerDefinitionDescription
sourcefn eq(&self, other: &AlertManagerDefinitionDescription) -> bool
fn eq(&self, other: &AlertManagerDefinitionDescription) -> bool
impl StructuralPartialEq for AlertManagerDefinitionDescription
Auto Trait Implementations
impl RefUnwindSafe for AlertManagerDefinitionDescription
impl Send for AlertManagerDefinitionDescription
impl Sync for AlertManagerDefinitionDescription
impl Unpin for AlertManagerDefinitionDescription
impl UnwindSafe for AlertManagerDefinitionDescription
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