Struct solang_parser::pt::YulBlock
source · [−]pub struct YulBlock {
pub loc: Loc,
pub statements: Vec<YulStatement>,
}
Fields
loc: Loc
statements: Vec<YulStatement>
Trait Implementations
impl Eq for YulBlock
impl StructuralEq for YulBlock
impl StructuralPartialEq for YulBlock
Auto Trait Implementations
impl RefUnwindSafe for YulBlock
impl Send for YulBlock
impl Sync for YulBlock
impl Unpin for YulBlock
impl UnwindSafe for YulBlock
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