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