pub struct AssemblyStatement {
pub dialect: Option<String>,
pub flags: Vec<String>,
pub body: YulBlock,
}
Fields§
§dialect: Option<String>
§flags: Vec<String>
§body: YulBlock
Trait Implementations§
Source§impl Clone for AssemblyStatement
impl Clone for AssemblyStatement
Source§fn clone(&self) -> AssemblyStatement
fn clone(&self) -> AssemblyStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for AssemblyStatement
impl Debug for AssemblyStatement
Source§impl PartialEq for AssemblyStatement
impl PartialEq for AssemblyStatement
impl StructuralPartialEq for AssemblyStatement
Auto Trait Implementations§
impl Freeze for AssemblyStatement
impl RefUnwindSafe for AssemblyStatement
impl Send for AssemblyStatement
impl Sync for AssemblyStatement
impl Unpin for AssemblyStatement
impl UnwindSafe for AssemblyStatement
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