pub struct CollabAgentState {
pub message: Option<String>,
pub status: CollabAgentStatus,
}Fields§
§message: Option<String>§status: CollabAgentStatusTrait Implementations§
Source§impl Clone for CollabAgentState
impl Clone for CollabAgentState
Source§fn clone(&self) -> CollabAgentState
fn clone(&self) -> CollabAgentState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CollabAgentState
impl Debug for CollabAgentState
Source§impl<'de> Deserialize<'de> for CollabAgentState
impl<'de> Deserialize<'de> for CollabAgentState
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
Auto Trait Implementations§
impl Freeze for CollabAgentState
impl RefUnwindSafe for CollabAgentState
impl Send for CollabAgentState
impl Sync for CollabAgentState
impl Unpin for CollabAgentState
impl UnsafeUnpin for CollabAgentState
impl UnwindSafe for CollabAgentState
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