pub struct GrammarNewlineView {
pub grammar_newline: GrammarNewline,
}Fields§
§grammar_newline: GrammarNewlineTrait Implementations§
Source§impl Clone for GrammarNewlineView
impl Clone for GrammarNewlineView
Source§fn clone(&self) -> GrammarNewlineView
fn clone(&self) -> GrammarNewlineView
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 GrammarNewlineView
impl Debug for GrammarNewlineView
Source§impl PartialEq for GrammarNewlineView
impl PartialEq for GrammarNewlineView
impl Copy for GrammarNewlineView
impl Eq for GrammarNewlineView
impl StructuralPartialEq for GrammarNewlineView
Auto Trait Implementations§
impl Freeze for GrammarNewlineView
impl RefUnwindSafe for GrammarNewlineView
impl Send for GrammarNewlineView
impl Sync for GrammarNewlineView
impl Unpin for GrammarNewlineView
impl UnwindSafe for GrammarNewlineView
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