pub struct ChartDataSection<X, Y> { /* private fields */ }
Trait Implementations§
Source§impl<X: Clone, Y: Clone> Clone for ChartDataSection<X, Y>
impl<X: Clone, Y: Clone> Clone for ChartDataSection<X, Y>
Source§fn clone(&self) -> ChartDataSection<X, Y>
fn clone(&self) -> ChartDataSection<X, Y>
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<X, Y> Default for ChartDataSection<X, Y>
impl<X, Y> Default for ChartDataSection<X, Y>
Source§impl<'de, X, Y> Deserialize<'de> for ChartDataSection<X, Y>where
X: Deserialize<'de>,
Y: Deserialize<'de>,
impl<'de, X, Y> Deserialize<'de> for ChartDataSection<X, Y>where
X: Deserialize<'de>,
Y: Deserialize<'de>,
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
Auto Trait Implementations§
impl<X, Y> Freeze for ChartDataSection<X, Y>
impl<X, Y> RefUnwindSafe for ChartDataSection<X, Y>where
X: RefUnwindSafe,
Y: RefUnwindSafe,
impl<X, Y> Send for ChartDataSection<X, Y>
impl<X, Y> Sync for ChartDataSection<X, Y>
impl<X, Y> Unpin for ChartDataSection<X, Y>
impl<X, Y> UnwindSafe for ChartDataSection<X, Y>where
X: UnwindSafe,
Y: UnwindSafe,
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