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