Struct SymbolPriceContext
#[non_exhaustive]pub struct SymbolPriceContext {
pub close: f64,
pub previous_close: Option<f64>,
pub session_return_pct: Option<f64>,
pub observation_timestamp_utc: Option<String>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
close: f64§previous_close: Option<f64>§session_return_pct: Option<f64>§observation_timestamp_utc: Option<String>Implementations§
Trait Implementations§
§impl Clone for SymbolPriceContext
impl Clone for SymbolPriceContext
§fn clone(&self) -> SymbolPriceContext
fn clone(&self) -> SymbolPriceContext
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
§impl PartialEq for SymbolPriceContext
impl PartialEq for SymbolPriceContext
impl StructuralPartialEq for SymbolPriceContext
Auto Trait Implementations§
impl Freeze for SymbolPriceContext
impl RefUnwindSafe for SymbolPriceContext
impl Send for SymbolPriceContext
impl Sync for SymbolPriceContext
impl Unpin for SymbolPriceContext
impl UnwindSafe for SymbolPriceContext
Blanket Implementations§
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)