pub struct SubagentListView {
pub query: SubagentQuery,
pub agents: Vec<SubagentListItem>,
pub warnings: Vec<String>,
}Fields§
§query: SubagentQuery§agents: Vec<SubagentListItem>§warnings: Vec<String>Trait Implementations§
Source§impl Clone for SubagentListView
impl Clone for SubagentListView
Source§fn clone(&self) -> SubagentListView
fn clone(&self) -> SubagentListView
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 SubagentListView
impl Debug for SubagentListView
Source§impl PartialEq for SubagentListView
impl PartialEq for SubagentListView
Source§impl Serialize for SubagentListView
impl Serialize for SubagentListView
impl Eq for SubagentListView
impl StructuralPartialEq for SubagentListView
Auto Trait Implementations§
impl Freeze for SubagentListView
impl RefUnwindSafe for SubagentListView
impl Send for SubagentListView
impl Sync for SubagentListView
impl Unpin for SubagentListView
impl UnsafeUnpin for SubagentListView
impl UnwindSafe for SubagentListView
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