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