Struct solang_parser::pt::YulFor
source · [−]pub struct YulFor {
pub loc: Loc,
pub init_block: YulBlock,
pub condition: YulExpression,
pub post_block: YulBlock,
pub execution_block: YulBlock,
}
Fields
loc: Loc
init_block: YulBlock
condition: YulExpression
post_block: YulBlock
execution_block: YulBlock
Trait Implementations
impl Eq for YulFor
impl StructuralEq for YulFor
impl StructuralPartialEq for YulFor
Auto Trait Implementations
impl RefUnwindSafe for YulFor
impl Send for YulFor
impl Sync for YulFor
impl Unpin for YulFor
impl UnwindSafe for YulFor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more