Struct eqlog_eqlog::Pred
source · pub struct Pred(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Ord for Pred
impl Ord for Pred
source§impl PartialEq for Pred
impl PartialEq for Pred
source§impl PartialOrd for Pred
impl PartialOrd for Pred
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 Pred
impl Eq for Pred
impl StructuralEq for Pred
impl StructuralPartialEq for Pred
Auto Trait Implementations§
impl RefUnwindSafe for Pred
impl Send for Pred
impl Sync for Pred
impl Unpin for Pred
impl UnwindSafe for Pred
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