pub struct ContainerGroupDiagnostics {
pub log_analytics: Option<LogAnalytics>,
}Expand description
Container group diagnostic information.
Fields§
§log_analytics: Option<LogAnalytics>Container group log analytics information.
Implementations§
Trait Implementations§
Source§impl Clone for ContainerGroupDiagnostics
impl Clone for ContainerGroupDiagnostics
Source§fn clone(&self) -> ContainerGroupDiagnostics
fn clone(&self) -> ContainerGroupDiagnostics
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 ContainerGroupDiagnostics
impl Debug for ContainerGroupDiagnostics
Source§impl Default for ContainerGroupDiagnostics
impl Default for ContainerGroupDiagnostics
Source§fn default() -> ContainerGroupDiagnostics
fn default() -> ContainerGroupDiagnostics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContainerGroupDiagnostics
impl<'de> Deserialize<'de> for ContainerGroupDiagnostics
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
impl StructuralPartialEq for ContainerGroupDiagnostics
Auto Trait Implementations§
impl Freeze for ContainerGroupDiagnostics
impl RefUnwindSafe for ContainerGroupDiagnostics
impl Send for ContainerGroupDiagnostics
impl Sync for ContainerGroupDiagnostics
impl Unpin for ContainerGroupDiagnostics
impl UnwindSafe for ContainerGroupDiagnostics
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