#[non_exhaustive]pub struct PlotAnnotations { /* private fields */ }Expand description
All annotations attached to a plot: left-side labels, right-side labels, and edge decorations.
Implementations§
Source§impl PlotAnnotations
impl PlotAnnotations
pub const fn left(&self) -> &BTreeMap<usize, Annotation>
pub const fn right(&self) -> &BTreeMap<usize, Annotation>
pub const fn decorations(&self) -> &EdgeDecorations
Trait Implementations§
Source§impl Clone for PlotAnnotations
impl Clone for PlotAnnotations
Source§fn clone(&self) -> PlotAnnotations
fn clone(&self) -> PlotAnnotations
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 PlotAnnotations
impl Debug for PlotAnnotations
Source§impl Default for PlotAnnotations
impl Default for PlotAnnotations
Source§fn default() -> PlotAnnotations
fn default() -> PlotAnnotations
Returns the “default value” for a type. Read more
Source§impl PartialEq for PlotAnnotations
impl PartialEq for PlotAnnotations
impl Eq for PlotAnnotations
impl StructuralPartialEq for PlotAnnotations
Auto Trait Implementations§
impl Freeze for PlotAnnotations
impl RefUnwindSafe for PlotAnnotations
impl Send for PlotAnnotations
impl Sync for PlotAnnotations
impl Unpin for PlotAnnotations
impl UnsafeUnpin for PlotAnnotations
impl UnwindSafe for PlotAnnotations
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