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