pub struct GrammarState { /* private fields */ }Trait Implementations§
Source§impl Clone for GrammarState
impl Clone for GrammarState
Source§fn clone(&self) -> GrammarState
fn clone(&self) -> GrammarState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GrammarState
impl Debug for GrammarState
Source§impl Default for GrammarState
impl Default for GrammarState
Source§fn default() -> GrammarState
fn default() -> GrammarState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GrammarState
impl RefUnwindSafe for GrammarState
impl Send for GrammarState
impl Sync for GrammarState
impl Unpin for GrammarState
impl UnsafeUnpin for GrammarState
impl UnwindSafe for GrammarState
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