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