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