Struct flexi_parse::token::NewLine
source · pub struct NewLine {
pub span: Span,
}Expand description
\n
Fields§
§span: SpanThe span covered by this token.
Trait Implementations§
source§impl Parse for NewLine
impl Parse for NewLine
source§fn parse(input: ParseStream<'_>) -> Result<Self>
fn parse(input: ParseStream<'_>) -> Result<Self>
Parses the input into this type.
source§impl PartialEq<NewLine> for NewLine
impl PartialEq<NewLine> for NewLine
impl Eq for NewLine
Auto Trait Implementations§
impl RefUnwindSafe for NewLine
impl !Send for NewLine
impl !Sync for NewLine
impl Unpin for NewLine
impl UnwindSafe for NewLine
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