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