pub struct RAngleEqual {
pub span: Span,
}
Expand description
>=
Fields§
§span: Span
The span covered by this token.
Implementations§
Source§impl RAngleEqual
impl RAngleEqual
Sourcepub const fn new(span: Span) -> RAngleEqual
pub const fn new(span: Span) -> RAngleEqual
Constructs a new RAngleEqual
with the given span.
Trait Implementations§
Source§impl Clone for RAngleEqual
impl Clone for RAngleEqual
Source§fn clone(&self) -> RAngleEqual
fn clone(&self) -> RAngleEqual
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 RAngleEqual
impl Debug for RAngleEqual
Source§impl Display for RAngleEqual
impl Display for RAngleEqual
Source§impl Hash for RAngleEqual
impl Hash for RAngleEqual
Source§impl Ord for RAngleEqual
impl Ord for RAngleEqual
Source§impl Parse for RAngleEqual
impl Parse for RAngleEqual
Source§impl PartialEq for RAngleEqual
impl PartialEq for RAngleEqual
Source§impl PartialOrd for RAngleEqual
impl PartialOrd for RAngleEqual
Source§impl ToTokens for RAngleEqual
impl ToTokens for RAngleEqual
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 RAngleEqual
impl Token for RAngleEqual
impl Eq for RAngleEqual
impl Punct for RAngleEqual
Auto Trait Implementations§
impl Freeze for RAngleEqual
impl RefUnwindSafe for RAngleEqual
impl Send for RAngleEqual
impl Sync for RAngleEqual
impl Unpin for RAngleEqual
impl UnwindSafe for RAngleEqual
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