pub enum Legend {
TopRightInside,
TopRightOutside,
TopLeftInside,
BottomRightInside,
BottomRightOutside,
BottomLeftInside,
RightCenterInside,
RightCenterOutside,
LeftCenterInside,
TopCenter,
BottomCenter,
None,
}Variants§
TopRightInside
TopRightOutside
TopLeftInside
BottomRightInside
BottomRightOutside
BottomLeftInside
RightCenterInside
RightCenterOutside
LeftCenterInside
TopCenter
BottomCenter
None
Trait Implementations§
impl Copy for Legend
impl StructuralPartialEq for Legend
Auto Trait Implementations§
impl Freeze for Legend
impl RefUnwindSafe for Legend
impl Send for Legend
impl Sync for Legend
impl Unpin for Legend
impl UnsafeUnpin for Legend
impl UnwindSafe for Legend
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