Struct flexi_parse::token::CarriageReturn
source · pub struct CarriageReturn {
pub span: Span,
}Expand description
u+000D
Fields§
§span: SpanThe span covered by this token.
Trait Implementations§
source§impl Clone for CarriageReturn
impl Clone for CarriageReturn
source§fn clone(&self) -> CarriageReturn
fn clone(&self) -> CarriageReturn
Returns a copy 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 CarriageReturn
impl Debug for CarriageReturn
source§impl Parse for CarriageReturn
impl Parse for CarriageReturn
source§fn parse(input: ParseStream<'_>) -> Result<Self>
fn parse(input: ParseStream<'_>) -> Result<Self>
Parses the input into this type.
source§impl PartialEq for CarriageReturn
impl PartialEq for CarriageReturn
source§impl Token for CarriageReturn
impl Token for CarriageReturn
impl Eq for CarriageReturn
Auto Trait Implementations§
impl RefUnwindSafe for CarriageReturn
impl !Send for CarriageReturn
impl !Sync for CarriageReturn
impl Unpin for CarriageReturn
impl UnwindSafe for CarriageReturn
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