pub struct ProviderDoctorOptions {
pub home_dir: Option<PathBuf>,
pub platform_state_dir: Option<PathBuf>,
pub selected_agent: Option<String>,
pub peer_alias: Option<String>,
pub connector_base_url: Option<String>,
pub include_connector_runtime_check: bool,
}Fields§
§home_dir: Option<PathBuf>§platform_state_dir: Option<PathBuf>§selected_agent: Option<String>§peer_alias: Option<String>§connector_base_url: Option<String>§include_connector_runtime_check: boolTrait Implementations§
Source§impl Clone for ProviderDoctorOptions
impl Clone for ProviderDoctorOptions
Source§fn clone(&self) -> ProviderDoctorOptions
fn clone(&self) -> ProviderDoctorOptions
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 ProviderDoctorOptions
impl Debug for ProviderDoctorOptions
Source§impl Default for ProviderDoctorOptions
impl Default for ProviderDoctorOptions
Source§fn default() -> ProviderDoctorOptions
fn default() -> ProviderDoctorOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProviderDoctorOptions
impl<'de> Deserialize<'de> for ProviderDoctorOptions
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 ProviderDoctorOptions
impl PartialEq for ProviderDoctorOptions
Source§impl Serialize for ProviderDoctorOptions
impl Serialize for ProviderDoctorOptions
impl Eq for ProviderDoctorOptions
impl StructuralPartialEq for ProviderDoctorOptions
Auto Trait Implementations§
impl Freeze for ProviderDoctorOptions
impl RefUnwindSafe for ProviderDoctorOptions
impl Send for ProviderDoctorOptions
impl Sync for ProviderDoctorOptions
impl Unpin for ProviderDoctorOptions
impl UnsafeUnpin for ProviderDoctorOptions
impl UnwindSafe for ProviderDoctorOptions
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