pub struct QuoteSummary {
pub error: Option<Value>,
pub result: Option<Vec<CompanyData>>,
}Fields§
§error: Option<Value>§result: Option<Vec<CompanyData>>Trait Implementations§
Source§impl Debug for QuoteSummary
impl Debug for QuoteSummary
Source§impl<'de> Deserialize<'de> for QuoteSummary
impl<'de> Deserialize<'de> for QuoteSummary
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 QuoteSummary
impl RefUnwindSafe for QuoteSummary
impl Send for QuoteSummary
impl Sync for QuoteSummary
impl Unpin for QuoteSummary
impl UnwindSafe for QuoteSummary
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