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