pub struct YulIfStatement {
pub condition: YulExpression,
pub body: YulBlock,
}
Fields§
§condition: YulExpression
§body: YulBlock
Trait Implementations§
Source§impl Clone for YulIfStatement
impl Clone for YulIfStatement
Source§fn clone(&self) -> YulIfStatement
fn clone(&self) -> YulIfStatement
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 YulIfStatement
impl Debug for YulIfStatement
Source§impl PartialEq for YulIfStatement
impl PartialEq for YulIfStatement
impl StructuralPartialEq for YulIfStatement
Auto Trait Implementations§
impl Freeze for YulIfStatement
impl RefUnwindSafe for YulIfStatement
impl Send for YulIfStatement
impl Sync for YulIfStatement
impl Unpin for YulIfStatement
impl UnwindSafe for YulIfStatement
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