pub enum ArgPos {
NPos(i32),
JaiPos,
UnfilledPos(i32),
}Variants§
Trait Implementations§
Source§impl Ord for ArgPos
impl Ord for ArgPos
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ArgPos
impl PartialOrd for ArgPos
impl Eq for ArgPos
impl StructuralPartialEq for ArgPos
Auto Trait Implementations§
impl Freeze for ArgPos
impl RefUnwindSafe for ArgPos
impl Send for ArgPos
impl Sync for ArgPos
impl Unpin for ArgPos
impl UnsafeUnpin for ArgPos
impl UnwindSafe for ArgPos
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