Struct syn_solidity::kw::calldataload  
source · pub struct calldataload {
    pub span: Span,
}Fields§
§span: SpanTrait Implementations§
source§impl Clone for calldataload
 
impl Clone for calldataload
source§impl Debug for calldataload
 
impl Debug for calldataload
source§impl Default for calldataload
 
impl Default for calldataload
source§impl Hash for calldataload
 
impl Hash for calldataload
source§impl Parse for calldataload
 
impl Parse for calldataload
fn parse(input: ParseStream<'_>) -> Result<calldataload>
source§impl PartialEq for calldataload
 
impl PartialEq for calldataload
source§impl Spanned for calldataload
 
impl Spanned for calldataload
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 calldataload
 
impl ToTokens for calldataload
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 calldataload
impl Eq for calldataload
Auto Trait Implementations§
impl Freeze for calldataload
impl RefUnwindSafe for calldataload
impl !Send for calldataload
impl !Sync for calldataload
impl Unpin for calldataload
impl UnwindSafe for calldataload
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.