pub enum RailShape {
Circle,
Diamond,
}Expand description
Shape of an analysis node.
Variants§
Trait Implementations§
impl Copy for RailShape
impl Eq for RailShape
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