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