pub enum ProviderDoctorCheckStatus {
Pass,
Fail,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderDoctorCheckStatus
impl Clone for ProviderDoctorCheckStatus
Source§fn clone(&self) -> ProviderDoctorCheckStatus
fn clone(&self) -> ProviderDoctorCheckStatus
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 ProviderDoctorCheckStatus
impl Debug for ProviderDoctorCheckStatus
Source§impl<'de> Deserialize<'de> for ProviderDoctorCheckStatus
impl<'de> Deserialize<'de> for ProviderDoctorCheckStatus
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 ProviderDoctorCheckStatus
impl StructuralPartialEq for ProviderDoctorCheckStatus
Auto Trait Implementations§
impl Freeze for ProviderDoctorCheckStatus
impl RefUnwindSafe for ProviderDoctorCheckStatus
impl Send for ProviderDoctorCheckStatus
impl Sync for ProviderDoctorCheckStatus
impl Unpin for ProviderDoctorCheckStatus
impl UnsafeUnpin for ProviderDoctorCheckStatus
impl UnwindSafe for ProviderDoctorCheckStatus
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