pub struct SubagentQuery {
pub provider: String,
pub main_thread_id: String,
pub agent_id: Option<String>,
pub list: bool,
}Fields§
§provider: String§main_thread_id: String§agent_id: Option<String>§list: boolTrait Implementations§
Source§impl Clone for SubagentQuery
impl Clone for SubagentQuery
Source§fn clone(&self) -> SubagentQuery
fn clone(&self) -> SubagentQuery
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 SubagentQuery
impl Debug for SubagentQuery
Source§impl PartialEq for SubagentQuery
impl PartialEq for SubagentQuery
Source§impl Serialize for SubagentQuery
impl Serialize for SubagentQuery
impl Eq for SubagentQuery
impl StructuralPartialEq for SubagentQuery
Auto Trait Implementations§
impl Freeze for SubagentQuery
impl RefUnwindSafe for SubagentQuery
impl Send for SubagentQuery
impl Sync for SubagentQuery
impl Unpin for SubagentQuery
impl UnsafeUnpin for SubagentQuery
impl UnwindSafe for SubagentQuery
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