Struct syn_solidity::kw::extcodehash
source · pub struct extcodehash {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
source§impl Clone for extcodehash
impl Clone for extcodehash
source§impl Debug for extcodehash
impl Debug for extcodehash
source§impl Default for extcodehash
impl Default for extcodehash
source§impl Hash for extcodehash
impl Hash for extcodehash
source§impl Parse for extcodehash
impl Parse for extcodehash
fn parse(input: ParseStream<'_>) -> Result<extcodehash>
source§impl PartialEq for extcodehash
impl PartialEq for extcodehash
source§impl Spanned for extcodehash
impl Spanned for extcodehash
source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.source§impl ToTokens for extcodehash
impl ToTokens for extcodehash
source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere Self: Sized,
impl Copy for extcodehash
impl Eq for extcodehash
Auto Trait Implementations§
impl RefUnwindSafe for extcodehash
impl !Send for extcodehash
impl !Sync for extcodehash
impl Unpin for extcodehash
impl UnwindSafe for extcodehash
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
source§impl<T> Spanned for Twhere
T: Spanned + ?Sized,
impl<T> Spanned for Twhere T: Spanned + ?Sized,
source§fn span(&self) -> Span
fn span(&self) -> Span
Returns a
Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty.