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