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