pub struct SubagentRelation {
pub validated: bool,
pub evidence: Vec<String>,
}Fields§
§validated: bool§evidence: Vec<String>Trait Implementations§
Source§impl Clone for SubagentRelation
impl Clone for SubagentRelation
Source§fn clone(&self) -> SubagentRelation
fn clone(&self) -> SubagentRelation
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 SubagentRelation
impl Debug for SubagentRelation
Source§impl Default for SubagentRelation
impl Default for SubagentRelation
Source§fn default() -> SubagentRelation
fn default() -> SubagentRelation
Returns the “default value” for a type. Read more
Source§impl PartialEq for SubagentRelation
impl PartialEq for SubagentRelation
Source§impl Serialize for SubagentRelation
impl Serialize for SubagentRelation
impl Eq for SubagentRelation
impl StructuralPartialEq for SubagentRelation
Auto Trait Implementations§
impl Freeze for SubagentRelation
impl RefUnwindSafe for SubagentRelation
impl Send for SubagentRelation
impl Sync for SubagentRelation
impl Unpin for SubagentRelation
impl UnsafeUnpin for SubagentRelation
impl UnwindSafe for SubagentRelation
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