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