pub struct OpenclawConnectorsConfig {
pub agents: BTreeMap<String, OpenclawConnectorAssignment>,
}Fields§
§agents: BTreeMap<String, OpenclawConnectorAssignment>Trait Implementations§
Source§impl Clone for OpenclawConnectorsConfig
impl Clone for OpenclawConnectorsConfig
Source§fn clone(&self) -> OpenclawConnectorsConfig
fn clone(&self) -> OpenclawConnectorsConfig
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 OpenclawConnectorsConfig
impl Debug for OpenclawConnectorsConfig
Source§impl Default for OpenclawConnectorsConfig
impl Default for OpenclawConnectorsConfig
Source§fn default() -> OpenclawConnectorsConfig
fn default() -> OpenclawConnectorsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OpenclawConnectorsConfig
impl<'de> Deserialize<'de> for OpenclawConnectorsConfig
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
Source§impl PartialEq for OpenclawConnectorsConfig
impl PartialEq for OpenclawConnectorsConfig
Source§impl Serialize for OpenclawConnectorsConfig
impl Serialize for OpenclawConnectorsConfig
impl Eq for OpenclawConnectorsConfig
impl StructuralPartialEq for OpenclawConnectorsConfig
Auto Trait Implementations§
impl Freeze for OpenclawConnectorsConfig
impl RefUnwindSafe for OpenclawConnectorsConfig
impl Send for OpenclawConnectorsConfig
impl Sync for OpenclawConnectorsConfig
impl Unpin for OpenclawConnectorsConfig
impl UnsafeUnpin for OpenclawConnectorsConfig
impl UnwindSafe for OpenclawConnectorsConfig
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