pub struct YulBlock {
pub statements: Vec<YulStatement>,
}
Fields§
§statements: Vec<YulStatement>
Trait Implementations§
impl StructuralPartialEq for YulBlock
Auto Trait Implementations§
impl Freeze for YulBlock
impl RefUnwindSafe for YulBlock
impl Send for YulBlock
impl Sync for YulBlock
impl Unpin for YulBlock
impl UnwindSafe for YulBlock
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