Struct gbnf::Production
source · pub struct Production {
pub items: Vec<ProductionItem>,
}Fields§
§items: Vec<ProductionItem>Trait Implementations§
source§impl Clone for Production
impl Clone for Production
source§fn clone(&self) -> Production
fn clone(&self) -> Production
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 Production
impl Debug for Production
Auto Trait Implementations§
impl RefUnwindSafe for Production
impl Send for Production
impl Sync for Production
impl Unpin for Production
impl UnwindSafe for Production
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