pub struct ChartDataSection<X: WithTypeAndSerializer, Y: WithTypeAndSerializer> { /* private fields */ }
Trait Implementations§
Source§impl<X: Clone + WithTypeAndSerializer, Y: Clone + WithTypeAndSerializer> Clone for ChartDataSection<X, Y>
impl<X: Clone + WithTypeAndSerializer, Y: Clone + WithTypeAndSerializer> 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: Debug + WithTypeAndSerializer, Y: Debug + WithTypeAndSerializer> Debug for ChartDataSection<X, Y>
impl<X: Debug + WithTypeAndSerializer, Y: Debug + WithTypeAndSerializer> Debug for ChartDataSection<X, Y>
Source§impl<X, Y> Default for ChartDataSection<X, Y>where
X: WithTypeAndSerializer,
Y: WithTypeAndSerializer,
impl<X, Y> Default for ChartDataSection<X, Y>where
X: WithTypeAndSerializer,
Y: WithTypeAndSerializer,
Source§impl<X, Y> Serialize for ChartDataSection<X, Y>
impl<X, Y> Serialize for ChartDataSection<X, Y>
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