pub struct InlineObject8MetaIndicator {
pub name: Option<String>,
pub series_type: Option<String>,
}Expand description
InlineObject8MetaIndicator : Technical indicator information
Fields§
§name: Option<String>Name of the technical indicator
series_type: Option<String>Price type on which technical indicator is calculated
Implementations§
Source§impl InlineObject8MetaIndicator
impl InlineObject8MetaIndicator
Sourcepub fn new() -> InlineObject8MetaIndicator
pub fn new() -> InlineObject8MetaIndicator
Technical indicator information
Trait Implementations§
Source§impl Clone for InlineObject8MetaIndicator
impl Clone for InlineObject8MetaIndicator
Source§fn clone(&self) -> InlineObject8MetaIndicator
fn clone(&self) -> InlineObject8MetaIndicator
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 InlineObject8MetaIndicator
impl Debug for InlineObject8MetaIndicator
Source§impl Default for InlineObject8MetaIndicator
impl Default for InlineObject8MetaIndicator
Source§fn default() -> InlineObject8MetaIndicator
fn default() -> InlineObject8MetaIndicator
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineObject8MetaIndicator
impl<'de> Deserialize<'de> for InlineObject8MetaIndicator
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 InlineObject8MetaIndicator
Auto Trait Implementations§
impl Freeze for InlineObject8MetaIndicator
impl RefUnwindSafe for InlineObject8MetaIndicator
impl Send for InlineObject8MetaIndicator
impl Sync for InlineObject8MetaIndicator
impl Unpin for InlineObject8MetaIndicator
impl UnwindSafe for InlineObject8MetaIndicator
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