pub enum Corner {
LeftTop,
RightTop,
LeftBottom,
RightBottom,
}
Expand description
Where to place the plot legend.
Variants
LeftTop
RightTop
LeftBottom
RightBottom
Implementations
Trait Implementations
impl Copy for Corner
impl StructuralPartialEq for Corner
Auto Trait Implementations
impl RefUnwindSafe for Corner
impl Send for Corner
impl Sync for Corner
impl Unpin for Corner
impl UnwindSafe for Corner
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more