pub enum YulExpression {
Path(YulPath),
FunctionCall(YulFunctionCall),
Literal(YulLiteral),
}
Variants§
Trait Implementations§
Source§impl Clone for YulExpression
impl Clone for YulExpression
Source§fn clone(&self) -> YulExpression
fn clone(&self) -> YulExpression
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 YulExpression
impl Debug for YulExpression
Source§impl PartialEq for YulExpression
impl PartialEq for YulExpression
impl StructuralPartialEq for YulExpression
Auto Trait Implementations§
impl Freeze for YulExpression
impl RefUnwindSafe for YulExpression
impl Send for YulExpression
impl Sync for YulExpression
impl Unpin for YulExpression
impl UnwindSafe for YulExpression
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