Enum charts_rs::MarkLineCategory
source · pub enum MarkLineCategory {
Average,
Min,
Max,
}Variants§
Trait Implementations§
source§impl Clone for MarkLineCategory
impl Clone for MarkLineCategory
source§fn clone(&self) -> MarkLineCategory
fn clone(&self) -> MarkLineCategory
Returns a copy 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 MarkLineCategory
impl Debug for MarkLineCategory
source§impl Default for MarkLineCategory
impl Default for MarkLineCategory
source§fn default() -> MarkLineCategory
fn default() -> MarkLineCategory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MarkLineCategory
impl<'de> Deserialize<'de> for MarkLineCategory
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 MarkLineCategory
impl PartialEq for MarkLineCategory
source§fn eq(&self, other: &MarkLineCategory) -> bool
fn eq(&self, other: &MarkLineCategory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MarkLineCategory
impl Serialize for MarkLineCategory
impl StructuralPartialEq for MarkLineCategory
Auto Trait Implementations§
impl RefUnwindSafe for MarkLineCategory
impl Send for MarkLineCategory
impl Sync for MarkLineCategory
impl Unpin for MarkLineCategory
impl UnwindSafe for MarkLineCategory
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<R, P> ReadPrimitive<R> for P
impl<R, P> ReadPrimitive<R> for P
source§fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
fn read_from_little_endian(read: &mut R) -> Result<Self, Error>
Read this value from the supplied reader. Same as
ReadEndian::read_from_little_endian().