pub struct YulSwitchCase {
pub value: YulLiteral,
pub body: YulBlock,
}
Fields§
§value: YulLiteral
§body: YulBlock
Trait Implementations§
Source§impl Clone for YulSwitchCase
impl Clone for YulSwitchCase
Source§fn clone(&self) -> YulSwitchCase
fn clone(&self) -> YulSwitchCase
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 YulSwitchCase
impl Debug for YulSwitchCase
Source§impl PartialEq for YulSwitchCase
impl PartialEq for YulSwitchCase
impl StructuralPartialEq for YulSwitchCase
Auto Trait Implementations§
impl Freeze for YulSwitchCase
impl RefUnwindSafe for YulSwitchCase
impl Send for YulSwitchCase
impl Sync for YulSwitchCase
impl Unpin for YulSwitchCase
impl UnwindSafe for YulSwitchCase
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