pub struct HashHashHash {
pub span: Span,
}
Expand description
###
Fields§
§span: Span
The span covered by this token.
Implementations§
Source§impl HashHashHash
impl HashHashHash
Sourcepub const fn new(span: Span) -> HashHashHash
pub const fn new(span: Span) -> HashHashHash
Constructs a new HashHashHash
with the given span.
Trait Implementations§
Source§impl Clone for HashHashHash
impl Clone for HashHashHash
Source§fn clone(&self) -> HashHashHash
fn clone(&self) -> HashHashHash
Returns a duplicate 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 Hash for HashHashHash
impl Hash for HashHashHash
Source§impl Ord for HashHashHash
impl Ord for HashHashHash
Source§impl Parse for HashHashHash
impl Parse for HashHashHash
Source§impl PartialEq for HashHashHash
impl PartialEq for HashHashHash
Source§impl PartialOrd for HashHashHash
impl PartialOrd for HashHashHash
Source§impl ToTokens for HashHashHash
impl ToTokens for HashHashHash
Source§fn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Append
self
to the given TokenStream
.Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert
self
directly into a TokenStream
.Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
Convert
self
directly into a TokenStream
.Source§impl Token for HashHashHash
impl Token for HashHashHash
impl Eq for HashHashHash
impl Punct for HashHashHash
Auto Trait Implementations§
impl Freeze for HashHashHash
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