pub struct OpenclawDoctorOptions {
pub home_dir: Option<PathBuf>,
pub openclaw_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>§openclaw_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 OpenclawDoctorOptions
impl Clone for OpenclawDoctorOptions
Source§fn clone(&self) -> OpenclawDoctorOptions
fn clone(&self) -> OpenclawDoctorOptions
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 OpenclawDoctorOptions
impl Debug for OpenclawDoctorOptions
Source§impl Default for OpenclawDoctorOptions
impl Default for OpenclawDoctorOptions
Source§fn default() -> OpenclawDoctorOptions
fn default() -> OpenclawDoctorOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpenclawDoctorOptions
impl RefUnwindSafe for OpenclawDoctorOptions
impl Send for OpenclawDoctorOptions
impl Sync for OpenclawDoctorOptions
impl Unpin for OpenclawDoctorOptions
impl UnsafeUnpin for OpenclawDoctorOptions
impl UnwindSafe for OpenclawDoctorOptions
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