pub enum STTLOleChartBuildType {
AllAtOnce,
Series,
Category,
SeriesEl,
CategoryEl,
}Variants§
Trait Implementations§
Source§impl Clone for STTLOleChartBuildType
impl Clone for STTLOleChartBuildType
Source§fn clone(&self) -> STTLOleChartBuildType
fn clone(&self) -> STTLOleChartBuildType
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 STTLOleChartBuildType
impl Debug for STTLOleChartBuildType
Source§impl<'de> Deserialize<'de> for STTLOleChartBuildType
impl<'de> Deserialize<'de> for STTLOleChartBuildType
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 Display for STTLOleChartBuildType
impl Display for STTLOleChartBuildType
Source§impl FromStr for STTLOleChartBuildType
impl FromStr for STTLOleChartBuildType
Source§impl PartialEq for STTLOleChartBuildType
impl PartialEq for STTLOleChartBuildType
Source§impl Serialize for STTLOleChartBuildType
impl Serialize for STTLOleChartBuildType
impl Copy for STTLOleChartBuildType
impl Eq for STTLOleChartBuildType
impl StructuralPartialEq for STTLOleChartBuildType
Auto Trait Implementations§
impl Freeze for STTLOleChartBuildType
impl RefUnwindSafe for STTLOleChartBuildType
impl Send for STTLOleChartBuildType
impl Sync for STTLOleChartBuildType
impl Unpin for STTLOleChartBuildType
impl UnsafeUnpin for STTLOleChartBuildType
impl UnwindSafe for STTLOleChartBuildType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.