pub struct calldataload {
pub span: Span,
}
Fields§
§span: Span
Trait 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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.