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