pub struct GrammarSet {
pub traces: Vec<FeatureGrammarTrace>,
}Fields§
§traces: Vec<FeatureGrammarTrace>Trait Implementations§
Source§impl Clone for GrammarSet
impl Clone for GrammarSet
Source§fn clone(&self) -> GrammarSet
fn clone(&self) -> GrammarSet
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 GrammarSet
impl Debug for GrammarSet
Auto Trait Implementations§
impl Freeze for GrammarSet
impl RefUnwindSafe for GrammarSet
impl Send for GrammarSet
impl Sync for GrammarSet
impl Unpin for GrammarSet
impl UnsafeUnpin for GrammarSet
impl UnwindSafe for GrammarSet
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