pub struct NestedHealthCheckMonitor {
pub id: Option<Uuid>,
pub object_type: Option<String>,
pub url: Option<String>,
}Expand description
NestedHealthCheckMonitor : HealthCheckMonitor Serializer.
Fields§
§id: Option<Uuid>§object_type: Option<String>§url: Option<String>Implementations§
Source§impl NestedHealthCheckMonitor
impl NestedHealthCheckMonitor
Sourcepub fn new() -> NestedHealthCheckMonitor
pub fn new() -> NestedHealthCheckMonitor
HealthCheckMonitor Serializer.
Trait Implementations§
Source§impl Clone for NestedHealthCheckMonitor
impl Clone for NestedHealthCheckMonitor
Source§fn clone(&self) -> NestedHealthCheckMonitor
fn clone(&self) -> NestedHealthCheckMonitor
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 NestedHealthCheckMonitor
impl Debug for NestedHealthCheckMonitor
Source§impl Default for NestedHealthCheckMonitor
impl Default for NestedHealthCheckMonitor
Source§fn default() -> NestedHealthCheckMonitor
fn default() -> NestedHealthCheckMonitor
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NestedHealthCheckMonitor
impl<'de> Deserialize<'de> for NestedHealthCheckMonitor
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NestedHealthCheckMonitor
impl PartialEq for NestedHealthCheckMonitor
Source§impl Serialize for NestedHealthCheckMonitor
impl Serialize for NestedHealthCheckMonitor
impl StructuralPartialEq for NestedHealthCheckMonitor
Auto Trait Implementations§
impl Freeze for NestedHealthCheckMonitor
impl RefUnwindSafe for NestedHealthCheckMonitor
impl Send for NestedHealthCheckMonitor
impl Sync for NestedHealthCheckMonitor
impl Unpin for NestedHealthCheckMonitor
impl UnsafeUnpin for NestedHealthCheckMonitor
impl UnwindSafe for NestedHealthCheckMonitor
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