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