pub enum Xside {
Bottom,
BottomPlot,
TopPlot,
Top,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Xside
impl RefUnwindSafe for Xside
impl Send for Xside
impl Sync for Xside
impl Unpin for Xside
impl UnwindSafe for Xside
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