pub struct ManagedAppDiagnosticStatus {
pub validation_name: String,
pub state: String,
pub mitigation_instruction: String,
}
Fields§
§validation_name: String
§state: String
§mitigation_instruction: String
Trait Implementations§
Source§impl Clone for ManagedAppDiagnosticStatus
impl Clone for ManagedAppDiagnosticStatus
Source§fn clone(&self) -> ManagedAppDiagnosticStatus
fn clone(&self) -> ManagedAppDiagnosticStatus
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 ManagedAppDiagnosticStatus
impl Debug for ManagedAppDiagnosticStatus
Source§impl<'de> Deserialize<'de> for ManagedAppDiagnosticStatus
impl<'de> Deserialize<'de> for ManagedAppDiagnosticStatus
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 Eq for ManagedAppDiagnosticStatus
impl StructuralPartialEq for ManagedAppDiagnosticStatus
Auto Trait Implementations§
impl Freeze for ManagedAppDiagnosticStatus
impl RefUnwindSafe for ManagedAppDiagnosticStatus
impl Send for ManagedAppDiagnosticStatus
impl Sync for ManagedAppDiagnosticStatus
impl Unpin for ManagedAppDiagnosticStatus
impl UnwindSafe for ManagedAppDiagnosticStatus
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