pub enum RailShape {
NorthSouth,
EastWest,
AscendingEast,
AscendingWest,
AscendingNorth,
AscendingSouth,
SouthEast,
SouthWest,
NorthWest,
NorthEast,
}Variants§
NorthSouth
EastWest
AscendingEast
AscendingWest
AscendingNorth
AscendingSouth
SouthEast
SouthWest
NorthWest
NorthEast
Trait Implementations§
impl StructuralPartialEq for RailShape
Auto Trait Implementations§
impl Freeze for RailShape
impl RefUnwindSafe for RailShape
impl Send for RailShape
impl Sync for RailShape
impl Unpin for RailShape
impl UnsafeUnpin for RailShape
impl UnwindSafe for RailShape
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