pub struct PredicateId(pub u64);Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for PredicateId
impl Clone for PredicateId
Source§fn clone(&self) -> PredicateId
fn clone(&self) -> PredicateId
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 PredicateId
impl Debug for PredicateId
Source§impl Default for PredicateId
impl Default for PredicateId
Source§fn default() -> PredicateId
fn default() -> PredicateId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PredicateId
impl<'de> Deserialize<'de> for PredicateId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for PredicateId
impl Display for PredicateId
Source§impl Hash for PredicateId
impl Hash for PredicateId
Source§impl Ord for PredicateId
impl Ord for PredicateId
Source§fn cmp(&self, other: &PredicateId) -> Ordering
fn cmp(&self, other: &PredicateId) -> 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 PredicateId
impl PartialEq for PredicateId
Source§impl PartialOrd for PredicateId
impl PartialOrd for PredicateId
Source§impl Serialize for PredicateId
impl Serialize for PredicateId
impl Copy for PredicateId
impl Eq for PredicateId
impl StructuralPartialEq for PredicateId
Auto Trait Implementations§
impl Freeze for PredicateId
impl RefUnwindSafe for PredicateId
impl Send for PredicateId
impl Sync for PredicateId
impl Unpin for PredicateId
impl UnwindSafe for PredicateId
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