pub struct OpenclawRelayWebsocketTestOptions {
pub home_dir: Option<PathBuf>,
pub openclaw_dir: Option<PathBuf>,
pub peer_alias: Option<String>,
pub connector_base_url: Option<String>,
pub skip_preflight: bool,
}Fields§
§home_dir: Option<PathBuf>§openclaw_dir: Option<PathBuf>§peer_alias: Option<String>§connector_base_url: Option<String>§skip_preflight: boolTrait Implementations§
Source§impl Clone for OpenclawRelayWebsocketTestOptions
impl Clone for OpenclawRelayWebsocketTestOptions
Source§fn clone(&self) -> OpenclawRelayWebsocketTestOptions
fn clone(&self) -> OpenclawRelayWebsocketTestOptions
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 Default for OpenclawRelayWebsocketTestOptions
impl Default for OpenclawRelayWebsocketTestOptions
Source§fn default() -> OpenclawRelayWebsocketTestOptions
fn default() -> OpenclawRelayWebsocketTestOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OpenclawRelayWebsocketTestOptions
impl RefUnwindSafe for OpenclawRelayWebsocketTestOptions
impl Send for OpenclawRelayWebsocketTestOptions
impl Sync for OpenclawRelayWebsocketTestOptions
impl Unpin for OpenclawRelayWebsocketTestOptions
impl UnsafeUnpin for OpenclawRelayWebsocketTestOptions
impl UnwindSafe for OpenclawRelayWebsocketTestOptions
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