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