Enum charts_rs::MarkPointCategory
source · pub enum MarkPointCategory {
Min,
Max,
}Variants§
Trait Implementations§
source§impl Clone for MarkPointCategory
impl Clone for MarkPointCategory
source§fn clone(&self) -> MarkPointCategory
fn clone(&self) -> MarkPointCategory
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 MarkPointCategory
impl Debug for MarkPointCategory
source§impl Default for MarkPointCategory
impl Default for MarkPointCategory
source§fn default() -> MarkPointCategory
fn default() -> MarkPointCategory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MarkPointCategory
impl<'de> Deserialize<'de> for MarkPointCategory
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 MarkPointCategory
impl PartialEq for MarkPointCategory
source§fn eq(&self, other: &MarkPointCategory) -> bool
fn eq(&self, other: &MarkPointCategory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for MarkPointCategory
impl Serialize for MarkPointCategory
impl StructuralPartialEq for MarkPointCategory
Auto Trait Implementations§
impl RefUnwindSafe for MarkPointCategory
impl Send for MarkPointCategory
impl Sync for MarkPointCategory
impl Unpin for MarkPointCategory
impl UnwindSafe for MarkPointCategory
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().