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