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