pub struct ProjectionRelationId(/* private fields */);Expand description
Dense projection-local relation identifier.
§Performance
Copying, comparing, ordering, and hashing are O(1).
Implementations§
Trait Implementations§
Source§impl Clone for ProjectionRelationId
impl Clone for ProjectionRelationId
Source§fn clone(&self) -> ProjectionRelationId
fn clone(&self) -> ProjectionRelationId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProjectionRelationId
impl Debug for ProjectionRelationId
Source§impl<'de> Deserialize<'de> for ProjectionRelationId
impl<'de> Deserialize<'de> for ProjectionRelationId
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 Hash for ProjectionRelationId
impl Hash for ProjectionRelationId
Source§impl Ord for ProjectionRelationId
impl Ord for ProjectionRelationId
Source§fn cmp(&self, other: &ProjectionRelationId) -> Ordering
fn cmp(&self, other: &ProjectionRelationId) -> Ordering
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 PartialEq for ProjectionRelationId
impl PartialEq for ProjectionRelationId
Source§fn eq(&self, other: &ProjectionRelationId) -> bool
fn eq(&self, other: &ProjectionRelationId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ProjectionRelationId
impl PartialOrd for ProjectionRelationId
Source§impl Serialize for ProjectionRelationId
impl Serialize for ProjectionRelationId
impl Copy for ProjectionRelationId
impl Eq for ProjectionRelationId
impl StructuralPartialEq for ProjectionRelationId
Auto Trait Implementations§
impl Freeze for ProjectionRelationId
impl RefUnwindSafe for ProjectionRelationId
impl Send for ProjectionRelationId
impl Sync for ProjectionRelationId
impl Unpin for ProjectionRelationId
impl UnsafeUnpin for ProjectionRelationId
impl UnwindSafe for ProjectionRelationId
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