Struct eqlog_eqlog::TypeDeclNode
source · pub struct TypeDeclNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for TypeDeclNode
impl Clone for TypeDeclNode
source§fn clone(&self) -> TypeDeclNode
fn clone(&self) -> TypeDeclNode
Returns a copy 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 TypeDeclNode
impl Debug for TypeDeclNode
source§impl Display for TypeDeclNode
impl Display for TypeDeclNode
source§impl From<u32> for TypeDeclNode
impl From<u32> for TypeDeclNode
source§impl Hash for TypeDeclNode
impl Hash for TypeDeclNode
source§impl Into<u32> for TypeDeclNode
impl Into<u32> for TypeDeclNode
source§impl Ord for TypeDeclNode
impl Ord for TypeDeclNode
source§fn cmp(&self, other: &TypeDeclNode) -> Ordering
fn cmp(&self, other: &TypeDeclNode) -> 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 TypeDeclNode
impl PartialEq for TypeDeclNode
source§fn eq(&self, other: &TypeDeclNode) -> bool
fn eq(&self, other: &TypeDeclNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for TypeDeclNode
impl PartialOrd for TypeDeclNode
source§fn partial_cmp(&self, other: &TypeDeclNode) -> Option<Ordering>
fn partial_cmp(&self, other: &TypeDeclNode) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for TypeDeclNode
impl Eq for TypeDeclNode
impl StructuralEq for TypeDeclNode
impl StructuralPartialEq for TypeDeclNode
Auto Trait Implementations§
impl RefUnwindSafe for TypeDeclNode
impl Send for TypeDeclNode
impl Sync for TypeDeclNode
impl Unpin for TypeDeclNode
impl UnwindSafe for TypeDeclNode
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