pub enum GridYSide {
Left,
LeftPlot,
RightPlot,
Right,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GridYSide
impl RefUnwindSafe for GridYSide
impl Send for GridYSide
impl Sync for GridYSide
impl Unpin for GridYSide
impl UnwindSafe for GridYSide
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