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