Struct syn_solidity::kw::mstore8
source · pub struct mstore8 {
pub span: Span,
}
Fields§
§span: Span
Trait Implementations§
source§impl PartialEq for mstore8
impl PartialEq for mstore8
source§impl Spanned for mstore8
impl Spanned for mstore8
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 mstore8
impl ToTokens for mstore8
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 mstore8
impl Eq for mstore8
Auto Trait Implementations§
impl RefUnwindSafe for mstore8
impl !Send for mstore8
impl !Sync for mstore8
impl Unpin for mstore8
impl UnwindSafe for mstore8
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.