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