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