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