pub struct ForexEquitiesAggregates {
pub T: Option<String>,
pub c: f64,
pub h: f64,
pub l: f64,
pub n: Option<f64>,
pub o: f64,
pub t: Option<u64>,
pub v: f64,
pub vw: Option<f64>,
}
Fields§
§T: Option<String>
§c: f64
§h: f64
§l: f64
§n: Option<f64>
§o: f64
§t: Option<u64>
§v: f64
§vw: Option<f64>
Trait Implementations§
Source§impl Clone for ForexEquitiesAggregates
impl Clone for ForexEquitiesAggregates
Source§fn clone(&self) -> ForexEquitiesAggregates
fn clone(&self) -> ForexEquitiesAggregates
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 ForexEquitiesAggregates
impl Debug for ForexEquitiesAggregates
Source§impl<'de> Deserialize<'de> for ForexEquitiesAggregates
impl<'de> Deserialize<'de> for ForexEquitiesAggregates
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 ForexEquitiesAggregates
impl RefUnwindSafe for ForexEquitiesAggregates
impl Send for ForexEquitiesAggregates
impl Sync for ForexEquitiesAggregates
impl Unpin for ForexEquitiesAggregates
impl UnwindSafe for ForexEquitiesAggregates
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