pub struct LatestQuotesRequest {
pub symbols: Vec<String>,
pub feed: Option<OptionsFeed>,
}Fields§
§symbols: Vec<String>§feed: Option<OptionsFeed>Trait Implementations§
Source§impl Clone for LatestQuotesRequest
impl Clone for LatestQuotesRequest
Source§fn clone(&self) -> LatestQuotesRequest
fn clone(&self) -> LatestQuotesRequest
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 LatestQuotesRequest
impl Debug for LatestQuotesRequest
Source§impl Default for LatestQuotesRequest
impl Default for LatestQuotesRequest
Source§fn default() -> LatestQuotesRequest
fn default() -> LatestQuotesRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LatestQuotesRequest
impl RefUnwindSafe for LatestQuotesRequest
impl Send for LatestQuotesRequest
impl Sync for LatestQuotesRequest
impl Unpin for LatestQuotesRequest
impl UnwindSafe for LatestQuotesRequest
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