pub struct GrammarNewline(/* private fields */);Trait Implementations§
Source§impl Clone for GrammarNewline
impl Clone for GrammarNewline
Source§fn clone(&self) -> GrammarNewline
fn clone(&self) -> GrammarNewline
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 GrammarNewline
impl Debug for GrammarNewline
Source§impl Hash for GrammarNewline
impl Hash for GrammarNewline
Source§impl PartialEq for GrammarNewline
impl PartialEq for GrammarNewline
Source§impl TerminalHandle for GrammarNewline
impl TerminalHandle for GrammarNewline
impl Copy for GrammarNewline
impl Eq for GrammarNewline
impl StructuralPartialEq for GrammarNewline
Auto Trait Implementations§
impl Freeze for GrammarNewline
impl RefUnwindSafe for GrammarNewline
impl Send for GrammarNewline
impl Sync for GrammarNewline
impl Unpin for GrammarNewline
impl UnwindSafe for GrammarNewline
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