pub enum Axis {
Horizontal,
Vertical,
}
Variants§
Trait Implementations§
Source§impl SerRon for Axis
impl SerRon for Axis
fn ser_ron(&self, d: usize, s: &mut SerRonState)
fn serialize_ron(&self) -> String
impl Copy for Axis
Auto Trait Implementations§
impl Freeze for Axis
impl RefUnwindSafe for Axis
impl Send for Axis
impl Sync for Axis
impl Unpin for Axis
impl UnwindSafe for Axis
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