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