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