pub struct RunInstancesMonitoringEnabled {
pub enabled: bool,
}Expand description
Describes the monitoring of an instance.
Fields§
§enabled: boolIndicates whether detailed monitoring is enabled. Otherwise, basic monitoring is enabled.
Trait Implementations§
Source§impl Clone for RunInstancesMonitoringEnabled
impl Clone for RunInstancesMonitoringEnabled
Source§fn clone(&self) -> RunInstancesMonitoringEnabled
fn clone(&self) -> RunInstancesMonitoringEnabled
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 RunInstancesMonitoringEnabled
impl Default for RunInstancesMonitoringEnabled
Source§fn default() -> RunInstancesMonitoringEnabled
fn default() -> RunInstancesMonitoringEnabled
Returns the “default value” for a type. Read more
Source§impl PartialEq for RunInstancesMonitoringEnabled
impl PartialEq for RunInstancesMonitoringEnabled
Source§fn eq(&self, other: &RunInstancesMonitoringEnabled) -> bool
fn eq(&self, other: &RunInstancesMonitoringEnabled) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunInstancesMonitoringEnabled
Auto Trait Implementations§
impl Freeze for RunInstancesMonitoringEnabled
impl RefUnwindSafe for RunInstancesMonitoringEnabled
impl Send for RunInstancesMonitoringEnabled
impl Sync for RunInstancesMonitoringEnabled
impl Unpin for RunInstancesMonitoringEnabled
impl UnwindSafe for RunInstancesMonitoringEnabled
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