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