pub struct StmtListNode(pub u32);Tuple Fields§
§0: u32Trait Implementations§
source§impl Clone for StmtListNode
impl Clone for StmtListNode
source§fn clone(&self) -> StmtListNode
fn clone(&self) -> StmtListNode
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 StmtListNode
impl Debug for StmtListNode
source§impl Display for StmtListNode
impl Display for StmtListNode
source§impl From<u32> for StmtListNode
impl From<u32> for StmtListNode
source§impl Hash for StmtListNode
impl Hash for StmtListNode
source§impl Into<u32> for StmtListNode
impl Into<u32> for StmtListNode
source§impl Ord for StmtListNode
impl Ord for StmtListNode
source§fn cmp(&self, other: &StmtListNode) -> Ordering
fn cmp(&self, other: &StmtListNode) -> 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 StmtListNode
impl PartialEq for StmtListNode
source§impl PartialOrd for StmtListNode
impl PartialOrd for StmtListNode
impl Copy for StmtListNode
impl Eq for StmtListNode
impl StructuralPartialEq for StmtListNode
Auto Trait Implementations§
impl Freeze for StmtListNode
impl RefUnwindSafe for StmtListNode
impl Send for StmtListNode
impl Sync for StmtListNode
impl Unpin for StmtListNode
impl UnwindSafe for StmtListNode
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)