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