pub struct OpenclawRelayRuntimeConfig {
pub openclaw_base_url: String,
pub openclaw_hook_token: Option<String>,
pub relay_transform_peers_path: Option<String>,
pub updated_at: Option<String>,
}Fields§
§openclaw_base_url: String§openclaw_hook_token: Option<String>§relay_transform_peers_path: Option<String>§updated_at: Option<String>Trait Implementations§
Source§impl Clone for OpenclawRelayRuntimeConfig
impl Clone for OpenclawRelayRuntimeConfig
Source§fn clone(&self) -> OpenclawRelayRuntimeConfig
fn clone(&self) -> OpenclawRelayRuntimeConfig
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 OpenclawRelayRuntimeConfig
impl Debug for OpenclawRelayRuntimeConfig
Source§impl<'de> Deserialize<'de> for OpenclawRelayRuntimeConfig
impl<'de> Deserialize<'de> for OpenclawRelayRuntimeConfig
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
impl Eq for OpenclawRelayRuntimeConfig
impl StructuralPartialEq for OpenclawRelayRuntimeConfig
Auto Trait Implementations§
impl Freeze for OpenclawRelayRuntimeConfig
impl RefUnwindSafe for OpenclawRelayRuntimeConfig
impl Send for OpenclawRelayRuntimeConfig
impl Sync for OpenclawRelayRuntimeConfig
impl Unpin for OpenclawRelayRuntimeConfig
impl UnsafeUnpin for OpenclawRelayRuntimeConfig
impl UnwindSafe for OpenclawRelayRuntimeConfig
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