Struct dev_scope::shared::prelude::DoctorGroupActionFix
source · pub struct DoctorGroupActionFix {
pub command: Option<DoctorGroupActionCommand>,
pub help_text: Option<String>,
pub help_url: Option<String>,
}
Fields§
§command: Option<DoctorGroupActionCommand>
§help_text: Option<String>
§help_url: Option<String>
Trait Implementations§
source§impl Clone for DoctorGroupActionFix
impl Clone for DoctorGroupActionFix
source§fn clone(&self) -> DoctorGroupActionFix
fn clone(&self) -> DoctorGroupActionFix
Returns a copy 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 DoctorGroupActionFix
impl Debug for DoctorGroupActionFix
source§impl PartialEq for DoctorGroupActionFix
impl PartialEq for DoctorGroupActionFix
source§fn eq(&self, other: &DoctorGroupActionFix) -> bool
fn eq(&self, other: &DoctorGroupActionFix) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DoctorGroupActionFix
Auto Trait Implementations§
impl RefUnwindSafe for DoctorGroupActionFix
impl Send for DoctorGroupActionFix
impl Sync for DoctorGroupActionFix
impl Unpin for DoctorGroupActionFix
impl UnwindSafe for DoctorGroupActionFix
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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