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