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