pub struct Sort_(pub u8);Tuple Fields§
§0: u8Trait Implementations§
impl Copy for Sort_
impl Eq for Sort_
Source§impl Ord for Sort_
impl Ord for Sort_
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 Sort_
impl PartialOrd for Sort_
Source§impl Sort for Sort_
impl Sort for Sort_
Source§fn is_provable(&self) -> bool
fn is_provable(&self) -> bool
Only statements with a provable sort can be proven by the kernel.
impl StructuralPartialEq for Sort_
Auto Trait Implementations§
impl Freeze for Sort_
impl RefUnwindSafe for Sort_
impl Send for Sort_
impl Sync for Sort_
impl Unpin for Sort_
impl UnsafeUnpin for Sort_
impl UnwindSafe for Sort_
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