Struct kbnf_syntax::node::FinalAlternation
source · pub struct FinalAlternation {
pub concatenations: Vec<FinalNode>,
}Fields§
§concatenations: Vec<FinalNode>Trait Implementations§
source§impl Clone for FinalAlternation
impl Clone for FinalAlternation
source§fn clone(&self) -> FinalAlternation
fn clone(&self) -> FinalAlternation
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 FinalAlternation
impl Debug for FinalAlternation
source§impl Hash for FinalAlternation
impl Hash for FinalAlternation
source§impl Ord for FinalAlternation
impl Ord for FinalAlternation
source§fn cmp(&self, other: &FinalAlternation) -> Ordering
fn cmp(&self, other: &FinalAlternation) -> 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 FinalAlternation
impl PartialEq for FinalAlternation
source§fn eq(&self, other: &FinalAlternation) -> bool
fn eq(&self, other: &FinalAlternation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for FinalAlternation
impl PartialOrd for FinalAlternation
source§fn partial_cmp(&self, other: &FinalAlternation) -> Option<Ordering>
fn partial_cmp(&self, other: &FinalAlternation) -> 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 Eq for FinalAlternation
impl StructuralPartialEq for FinalAlternation
Auto Trait Implementations§
impl Freeze for FinalAlternation
impl RefUnwindSafe for FinalAlternation
impl Send for FinalAlternation
impl Sync for FinalAlternation
impl Unpin for FinalAlternation
impl UnwindSafe for FinalAlternation
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)