pub struct Monitoring {
pub state: Option<String>,
}Expand description
Describes the monitoring of an instance.
Fields§
§state: Option<String>Indicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
Trait Implementations§
Source§impl Clone for Monitoring
impl Clone for Monitoring
Source§fn clone(&self) -> Monitoring
fn clone(&self) -> Monitoring
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 Debug for Monitoring
impl Debug for Monitoring
Source§impl Default for Monitoring
impl Default for Monitoring
Source§fn default() -> Monitoring
fn default() -> Monitoring
Returns the “default value” for a type. Read more
Source§impl PartialEq for Monitoring
impl PartialEq for Monitoring
impl StructuralPartialEq for Monitoring
Auto Trait Implementations§
impl Freeze for Monitoring
impl RefUnwindSafe for Monitoring
impl Send for Monitoring
impl Sync for Monitoring
impl Unpin for Monitoring
impl UnwindSafe for Monitoring
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