pub struct SeriesText { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SeriesText
impl Clone for SeriesText
Source§fn clone(&self) -> SeriesText
fn clone(&self) -> SeriesText
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 SeriesText
impl Debug for SeriesText
Source§impl Default for SeriesText
impl Default for SeriesText
Source§fn default() -> SeriesText
fn default() -> SeriesText
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SeriesText
impl RefUnwindSafe for SeriesText
impl Send for SeriesText
impl Sync for SeriesText
impl Unpin for SeriesText
impl UnwindSafe for SeriesText
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