pub struct AiderStreamJsonResultPayload {
pub status: String,
pub error_type: Option<String>,
pub error_message: Option<String>,
pub stats: Option<Value>,
pub raw: Value,
}Fields§
§status: String§error_type: Option<String>§error_message: Option<String>§stats: Option<Value>§raw: ValueTrait Implementations§
Source§impl Clone for AiderStreamJsonResultPayload
impl Clone for AiderStreamJsonResultPayload
Source§fn clone(&self) -> AiderStreamJsonResultPayload
fn clone(&self) -> AiderStreamJsonResultPayload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AiderStreamJsonResultPayload
impl Debug for AiderStreamJsonResultPayload
impl Eq for AiderStreamJsonResultPayload
Source§impl PartialEq for AiderStreamJsonResultPayload
impl PartialEq for AiderStreamJsonResultPayload
Source§fn eq(&self, other: &AiderStreamJsonResultPayload) -> bool
fn eq(&self, other: &AiderStreamJsonResultPayload) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AiderStreamJsonResultPayload
Auto Trait Implementations§
impl Freeze for AiderStreamJsonResultPayload
impl RefUnwindSafe for AiderStreamJsonResultPayload
impl Send for AiderStreamJsonResultPayload
impl Sync for AiderStreamJsonResultPayload
impl Unpin for AiderStreamJsonResultPayload
impl UnsafeUnpin for AiderStreamJsonResultPayload
impl UnwindSafe for AiderStreamJsonResultPayload
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