Enum kbnf_syntax::node::ExceptedWithID
source · pub enum ExceptedWithID {
Terminal(SymbolU32),
Nonterminal(SymbolU32),
}Variants§
Trait Implementations§
source§impl Clone for ExceptedWithID
impl Clone for ExceptedWithID
source§fn clone(&self) -> ExceptedWithID
fn clone(&self) -> ExceptedWithID
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 ExceptedWithID
impl Debug for ExceptedWithID
source§impl Hash for ExceptedWithID
impl Hash for ExceptedWithID
source§impl Ord for ExceptedWithID
impl Ord for ExceptedWithID
source§fn cmp(&self, other: &ExceptedWithID) -> Ordering
fn cmp(&self, other: &ExceptedWithID) -> 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 ExceptedWithID
impl PartialEq for ExceptedWithID
source§fn eq(&self, other: &ExceptedWithID) -> bool
fn eq(&self, other: &ExceptedWithID) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ExceptedWithID
impl PartialOrd for ExceptedWithID
source§fn partial_cmp(&self, other: &ExceptedWithID) -> Option<Ordering>
fn partial_cmp(&self, other: &ExceptedWithID) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ExceptedWithID
impl Eq for ExceptedWithID
impl StructuralPartialEq for ExceptedWithID
Auto Trait Implementations§
impl Freeze for ExceptedWithID
impl RefUnwindSafe for ExceptedWithID
impl Send for ExceptedWithID
impl Sync for ExceptedWithID
impl Unpin for ExceptedWithID
impl UnwindSafe for ExceptedWithID
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)