Struct flexi_parse::token::LAngleLAngleEqual
source · pub struct LAngleLAngleEqual {
pub span: Span,
}Expand description
<<=
Fields§
§span: SpanThe span covered by this token.
Trait Implementations§
source§impl Clone for LAngleLAngleEqual
impl Clone for LAngleLAngleEqual
source§fn clone(&self) -> LAngleLAngleEqual
fn clone(&self) -> LAngleLAngleEqual
Returns a copy 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 Parse for LAngleLAngleEqual
impl Parse for LAngleLAngleEqual
source§fn parse(input: ParseStream<'_>) -> Result<Self>
fn parse(input: ParseStream<'_>) -> Result<Self>
Parses the input into this type.
source§impl PartialEq<LAngleLAngleEqual> for LAngleLAngleEqual
impl PartialEq<LAngleLAngleEqual> for LAngleLAngleEqual
source§impl Token for LAngleLAngleEqual
impl Token for LAngleLAngleEqual
impl Punct for LAngleLAngleEqual
Auto Trait Implementations§
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