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