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