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