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