pub struct ArenaMove {
pub id: usize,
pub polarity: Polarity,
pub initial: bool,
}Expand description
A move in an arena.
Fields§
§id: usizeUnique identifier.
polarity: PolarityPolarity.
initial: boolInitial move flag (no enabler).
Trait Implementations§
impl Eq for ArenaMove
impl StructuralPartialEq for ArenaMove
Auto Trait Implementations§
impl Freeze for ArenaMove
impl RefUnwindSafe for ArenaMove
impl Send for ArenaMove
impl Sync for ArenaMove
impl Unpin for ArenaMove
impl UnsafeUnpin for ArenaMove
impl UnwindSafe for ArenaMove
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