pub struct InlineObject13MetaIndicator {
pub ma_type: Option<String>,
pub max_period: Option<i64>,
pub min_period: Option<i64>,
pub name: Option<String>,
pub periods: Option<Vec<i64>>,
pub series_type: Option<String>,
}Fields§
§ma_type: Option<String>§max_period: Option<i64>§min_period: Option<i64>§name: Option<String>§periods: Option<Vec<i64>>§series_type: Option<String>Implementations§
Source§impl InlineObject13MetaIndicator
impl InlineObject13MetaIndicator
pub fn new() -> InlineObject13MetaIndicator
Trait Implementations§
Source§impl Clone for InlineObject13MetaIndicator
impl Clone for InlineObject13MetaIndicator
Source§fn clone(&self) -> InlineObject13MetaIndicator
fn clone(&self) -> InlineObject13MetaIndicator
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 InlineObject13MetaIndicator
impl Debug for InlineObject13MetaIndicator
Source§impl Default for InlineObject13MetaIndicator
impl Default for InlineObject13MetaIndicator
Source§fn default() -> InlineObject13MetaIndicator
fn default() -> InlineObject13MetaIndicator
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineObject13MetaIndicator
impl<'de> Deserialize<'de> for InlineObject13MetaIndicator
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
impl StructuralPartialEq for InlineObject13MetaIndicator
Auto Trait Implementations§
impl Freeze for InlineObject13MetaIndicator
impl RefUnwindSafe for InlineObject13MetaIndicator
impl Send for InlineObject13MetaIndicator
impl Sync for InlineObject13MetaIndicator
impl Unpin for InlineObject13MetaIndicator
impl UnwindSafe for InlineObject13MetaIndicator
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