pub struct GrammarNewlineConstructor { /* private fields */ }Implementations§
Source§impl GrammarNewlineConstructor
impl GrammarNewlineConstructor
Sourcepub fn builder() -> GrammarNewlineConstructorBuilder
pub fn builder() -> GrammarNewlineConstructorBuilder
Create an instance of GrammarNewlineConstructor using the builder syntax
Source§impl GrammarNewlineConstructor
impl GrammarNewlineConstructor
pub fn build(self) -> GrammarNewlineNode
Auto Trait Implementations§
impl Freeze for GrammarNewlineConstructor
impl RefUnwindSafe for GrammarNewlineConstructor
impl Send for GrammarNewlineConstructor
impl Sync for GrammarNewlineConstructor
impl Unpin for GrammarNewlineConstructor
impl UnwindSafe for GrammarNewlineConstructor
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