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