pub struct FixerOutput {
pub addressed: Vec<FixerAction>,
pub disputed: Vec<FixerDispute>,
}Expand description
Structured output from the fixer agent.
Fields§
§addressed: Vec<FixerAction>§disputed: Vec<FixerDispute>Trait Implementations§
Source§impl Debug for FixerOutput
impl Debug for FixerOutput
Source§impl Default for FixerOutput
impl Default for FixerOutput
Source§fn default() -> FixerOutput
fn default() -> FixerOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FixerOutput
impl<'de> Deserialize<'de> for FixerOutput
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 FixerOutput
impl RefUnwindSafe for FixerOutput
impl Send for FixerOutput
impl Sync for FixerOutput
impl Unpin for FixerOutput
impl UnsafeUnpin for FixerOutput
impl UnwindSafe for FixerOutput
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