pub struct InlineObject2Pricing {
pub param_12_month_high: Option<f64>,
pub param_12_month_low: Option<f64>,
pub last_month: Option<f64>,
pub nav: Option<f64>,
}Fields§
§param_12_month_high: Option<f64>§param_12_month_low: Option<f64>§last_month: Option<f64>Implementations§
Source§impl InlineObject2Pricing
impl InlineObject2Pricing
pub fn new() -> InlineObject2Pricing
Trait Implementations§
Source§impl Clone for InlineObject2Pricing
impl Clone for InlineObject2Pricing
Source§fn clone(&self) -> InlineObject2Pricing
fn clone(&self) -> InlineObject2Pricing
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 InlineObject2Pricing
impl Debug for InlineObject2Pricing
Source§impl Default for InlineObject2Pricing
impl Default for InlineObject2Pricing
Source§fn default() -> InlineObject2Pricing
fn default() -> InlineObject2Pricing
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineObject2Pricing
impl<'de> Deserialize<'de> for InlineObject2Pricing
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
Source§impl PartialEq for InlineObject2Pricing
impl PartialEq for InlineObject2Pricing
Source§impl Serialize for InlineObject2Pricing
impl Serialize for InlineObject2Pricing
impl StructuralPartialEq for InlineObject2Pricing
Auto Trait Implementations§
impl Freeze for InlineObject2Pricing
impl RefUnwindSafe for InlineObject2Pricing
impl Send for InlineObject2Pricing
impl Sync for InlineObject2Pricing
impl Unpin for InlineObject2Pricing
impl UnwindSafe for InlineObject2Pricing
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