pub struct InternedOpId(pub u32);Expand description
Interned operation identifier used by every dialect lookup.
Tuple Fields§
§0: u32Trait Implementations§
Source§impl Clone for InternedOpId
impl Clone for InternedOpId
Source§fn clone(&self) -> InternedOpId
fn clone(&self) -> InternedOpId
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 InternedOpId
Source§impl Debug for InternedOpId
impl Debug for InternedOpId
impl Eq for InternedOpId
Source§impl Hash for InternedOpId
impl Hash for InternedOpId
Source§impl PartialEq for InternedOpId
impl PartialEq for InternedOpId
Source§fn eq(&self, other: &InternedOpId) -> bool
fn eq(&self, other: &InternedOpId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InternedOpId
Auto Trait Implementations§
impl Freeze for InternedOpId
impl RefUnwindSafe for InternedOpId
impl Send for InternedOpId
impl Sync for InternedOpId
impl Unpin for InternedOpId
impl UnsafeUnpin for InternedOpId
impl UnwindSafe for InternedOpId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.