#[non_exhaustive]pub struct EdgeDecorations { /* private fields */ }Expand description
Optional text placed at the six edge positions around the plot border (top-left, top-center, top-right, bottom-left, bottom-center, bottom-right).
Implementations§
Trait Implementations§
Source§impl Clone for EdgeDecorations
impl Clone for EdgeDecorations
Source§fn clone(&self) -> EdgeDecorations
fn clone(&self) -> EdgeDecorations
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 EdgeDecorations
impl Debug for EdgeDecorations
Source§impl Default for EdgeDecorations
impl Default for EdgeDecorations
Source§fn default() -> EdgeDecorations
fn default() -> EdgeDecorations
Returns the “default value” for a type. Read more
Source§impl PartialEq for EdgeDecorations
impl PartialEq for EdgeDecorations
impl Eq for EdgeDecorations
impl StructuralPartialEq for EdgeDecorations
Auto Trait Implementations§
impl Freeze for EdgeDecorations
impl RefUnwindSafe for EdgeDecorations
impl Send for EdgeDecorations
impl Sync for EdgeDecorations
impl Unpin for EdgeDecorations
impl UnsafeUnpin for EdgeDecorations
impl UnwindSafe for EdgeDecorations
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