pub struct ArgDeclNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for ArgDeclNode
impl Clone for ArgDeclNode
source§fn clone(&self) -> ArgDeclNode
fn clone(&self) -> ArgDeclNode
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 ArgDeclNode
impl Debug for ArgDeclNode
source§impl Display for ArgDeclNode
impl Display for ArgDeclNode
source§impl From<u32> for ArgDeclNode
impl From<u32> for ArgDeclNode
source§impl Hash for ArgDeclNode
impl Hash for ArgDeclNode
source§impl Into<u32> for ArgDeclNode
impl Into<u32> for ArgDeclNode
source§impl Ord for ArgDeclNode
impl Ord for ArgDeclNode
source§fn cmp(&self, other: &ArgDeclNode) -> Ordering
fn cmp(&self, other: &ArgDeclNode) -> 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 ArgDeclNode
impl PartialEq for ArgDeclNode
source§impl PartialOrd for ArgDeclNode
impl PartialOrd for ArgDeclNode
impl Copy for ArgDeclNode
impl Eq for ArgDeclNode
impl StructuralPartialEq for ArgDeclNode
Auto Trait Implementations§
impl Freeze for ArgDeclNode
impl RefUnwindSafe for ArgDeclNode
impl Send for ArgDeclNode
impl Sync for ArgDeclNode
impl Unpin for ArgDeclNode
impl UnwindSafe for ArgDeclNode
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)