pub struct SubagentThreadRef {
pub thread_id: String,
pub path: Option<String>,
pub last_updated_at: Option<String>,
}Fields§
§thread_id: String§path: Option<String>§last_updated_at: Option<String>Trait Implementations§
Source§impl Clone for SubagentThreadRef
impl Clone for SubagentThreadRef
Source§fn clone(&self) -> SubagentThreadRef
fn clone(&self) -> SubagentThreadRef
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 SubagentThreadRef
impl Debug for SubagentThreadRef
Source§impl PartialEq for SubagentThreadRef
impl PartialEq for SubagentThreadRef
Source§impl Serialize for SubagentThreadRef
impl Serialize for SubagentThreadRef
impl Eq for SubagentThreadRef
impl StructuralPartialEq for SubagentThreadRef
Auto Trait Implementations§
impl Freeze for SubagentThreadRef
impl RefUnwindSafe for SubagentThreadRef
impl Send for SubagentThreadRef
impl Sync for SubagentThreadRef
impl Unpin for SubagentThreadRef
impl UnsafeUnpin for SubagentThreadRef
impl UnwindSafe for SubagentThreadRef
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