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