pub struct ProviderDoctorResult {
pub platform: String,
pub status: ProviderDoctorStatus,
pub checks: Vec<ProviderDoctorCheck>,
}Fields§
§platform: String§status: ProviderDoctorStatus§checks: Vec<ProviderDoctorCheck>Trait Implementations§
Source§impl Clone for ProviderDoctorResult
impl Clone for ProviderDoctorResult
Source§fn clone(&self) -> ProviderDoctorResult
fn clone(&self) -> ProviderDoctorResult
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 ProviderDoctorResult
impl Debug for ProviderDoctorResult
Source§impl<'de> Deserialize<'de> for ProviderDoctorResult
impl<'de> Deserialize<'de> for ProviderDoctorResult
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 ProviderDoctorResult
impl PartialEq for ProviderDoctorResult
Source§impl Serialize for ProviderDoctorResult
impl Serialize for ProviderDoctorResult
impl Eq for ProviderDoctorResult
impl StructuralPartialEq for ProviderDoctorResult
Auto Trait Implementations§
impl Freeze for ProviderDoctorResult
impl RefUnwindSafe for ProviderDoctorResult
impl Send for ProviderDoctorResult
impl Sync for ProviderDoctorResult
impl Unpin for ProviderDoctorResult
impl UnsafeUnpin for ProviderDoctorResult
impl UnwindSafe for ProviderDoctorResult
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