pub struct ConnectorServiceInstallInput {
pub agent_name: String,
pub platform: Option<String>,
pub proxy_ws_url: Option<String>,
pub openclaw_base_url: Option<String>,
pub openclaw_hook_path: Option<String>,
pub openclaw_hook_token: Option<String>,
pub executable_path: Option<PathBuf>,
}Fields§
§agent_name: String§platform: Option<String>§proxy_ws_url: Option<String>§openclaw_base_url: Option<String>§openclaw_hook_path: Option<String>§openclaw_hook_token: Option<String>§executable_path: Option<PathBuf>Trait Implementations§
Source§impl Clone for ConnectorServiceInstallInput
impl Clone for ConnectorServiceInstallInput
Source§fn clone(&self) -> ConnectorServiceInstallInput
fn clone(&self) -> ConnectorServiceInstallInput
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 ConnectorServiceInstallInput
impl Debug for ConnectorServiceInstallInput
Source§impl PartialEq for ConnectorServiceInstallInput
impl PartialEq for ConnectorServiceInstallInput
Source§fn eq(&self, other: &ConnectorServiceInstallInput) -> bool
fn eq(&self, other: &ConnectorServiceInstallInput) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ConnectorServiceInstallInput
impl StructuralPartialEq for ConnectorServiceInstallInput
Auto Trait Implementations§
impl Freeze for ConnectorServiceInstallInput
impl RefUnwindSafe for ConnectorServiceInstallInput
impl Send for ConnectorServiceInstallInput
impl Sync for ConnectorServiceInstallInput
impl Unpin for ConnectorServiceInstallInput
impl UnsafeUnpin for ConnectorServiceInstallInput
impl UnwindSafe for ConnectorServiceInstallInput
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