pub struct PredicateIndex(/* private fields */);Trait Implementations§
Source§impl Clone for PredicateIndex
impl Clone for PredicateIndex
Source§fn clone(&self) -> PredicateIndex
fn clone(&self) -> PredicateIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PredicateIndex
impl Debug for PredicateIndex
Source§impl Display for PredicateIndex
impl Display for PredicateIndex
Source§impl Hash for PredicateIndex
impl Hash for PredicateIndex
Source§impl Ord for PredicateIndex
impl Ord for PredicateIndex
Source§fn cmp(&self, other: &PredicateIndex) -> Ordering
fn cmp(&self, other: &PredicateIndex) -> Ordering
1.21.0 · 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 PartialEq for PredicateIndex
impl PartialEq for PredicateIndex
Source§impl PartialOrd for PredicateIndex
impl PartialOrd for PredicateIndex
Source§impl PrettyPrint for PredicateIndex
impl PrettyPrint for PredicateIndex
impl Copy for PredicateIndex
impl Eq for PredicateIndex
impl StructuralPartialEq for PredicateIndex
Auto Trait Implementations§
impl Freeze for PredicateIndex
impl RefUnwindSafe for PredicateIndex
impl Send for PredicateIndex
impl Sync for PredicateIndex
impl Unpin for PredicateIndex
impl UnsafeUnpin for PredicateIndex
impl UnwindSafe for PredicateIndex
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