Struct eqlog_eqlog::Nat
source · pub struct Nat(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Ord for Nat
impl Ord for Nat
source§impl PartialOrd for Nat
impl PartialOrd for Nat
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for Nat
impl Eq for Nat
impl StructuralEq for Nat
impl StructuralPartialEq for Nat
Auto Trait Implementations§
impl RefUnwindSafe for Nat
impl Send for Nat
impl Sync for Nat
impl Unpin for Nat
impl UnwindSafe for Nat
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