Struct gbnf::TerminalSymbol
source · pub struct TerminalSymbol {
pub value: String,
}Fields§
§value: StringTrait Implementations§
source§impl Clone for TerminalSymbol
impl Clone for TerminalSymbol
source§fn clone(&self) -> TerminalSymbol
fn clone(&self) -> TerminalSymbol
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 moreAuto Trait Implementations§
impl RefUnwindSafe for TerminalSymbol
impl Send for TerminalSymbol
impl Sync for TerminalSymbol
impl Unpin for TerminalSymbol
impl UnwindSafe for TerminalSymbol
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