pub struct StockLastQuoteResponse { /* private fields */ }Trait Implementations§
Source§impl Debug for StockLastQuoteResponse
impl Debug for StockLastQuoteResponse
Source§impl<'de> Deserialize<'de> for StockLastQuoteResponse
impl<'de> Deserialize<'de> for StockLastQuoteResponse
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 StockLastQuoteResponse
impl RefUnwindSafe for StockLastQuoteResponse
impl Send for StockLastQuoteResponse
impl Sync for StockLastQuoteResponse
impl Unpin for StockLastQuoteResponse
impl UnsafeUnpin for StockLastQuoteResponse
impl UnwindSafe for StockLastQuoteResponse
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