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