pub struct RThinArrow {
pub span: Span,
}
Expand description
->
Fields§
§span: Span
The span covered by this token.
Implementations§
Source§impl RThinArrow
impl RThinArrow
Sourcepub const fn new(span: Span) -> RThinArrow
pub const fn new(span: Span) -> RThinArrow
Constructs a new RThinArrow
with the given span.
Trait Implementations§
Source§impl Clone for RThinArrow
impl Clone for RThinArrow
Source§fn clone(&self) -> RThinArrow
fn clone(&self) -> RThinArrow
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 RThinArrow
impl Debug for RThinArrow
Source§impl Display for RThinArrow
impl Display for RThinArrow
Source§impl Hash for RThinArrow
impl Hash for RThinArrow
Source§impl Ord for RThinArrow
impl Ord for RThinArrow
Source§impl Parse for RThinArrow
impl Parse for RThinArrow
Source§impl PartialEq for RThinArrow
impl PartialEq for RThinArrow
Source§impl PartialOrd for RThinArrow
impl PartialOrd for RThinArrow
Source§impl ToTokens for RThinArrow
impl ToTokens for RThinArrow
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Append
self
to the given TokenStream
.Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert
self
directly into a TokenStream
.Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Convert
self
directly into a TokenStream
.Source§impl Token for RThinArrow
impl Token for RThinArrow
impl Eq for RThinArrow
impl Punct for RThinArrow
Auto Trait Implementations§
impl Freeze for RThinArrow
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