pub enum YulSwitchNodeType {
YulSwitch,
}
Expand description
YulSwitchNodeType
JSON schema
{
"enum": [
"YulSwitch"
]
}
Variants§
YulSwitch
Trait Implementations§
Source§impl Clone for YulSwitchNodeType
impl Clone for YulSwitchNodeType
Source§fn clone(&self) -> YulSwitchNodeType
fn clone(&self) -> YulSwitchNodeType
Returns a copy 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 YulSwitchNodeType
impl Debug for YulSwitchNodeType
Source§impl<'de> Deserialize<'de> for YulSwitchNodeType
impl<'de> Deserialize<'de> for YulSwitchNodeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&YulSwitchNodeType> for YulSwitchNodeType
impl From<&YulSwitchNodeType> for YulSwitchNodeType
Source§fn from(value: &YulSwitchNodeType) -> Self
fn from(value: &YulSwitchNodeType) -> Self
Converts to this type from the input type.
Source§impl FromStr for YulSwitchNodeType
impl FromStr for YulSwitchNodeType
Source§impl Hash for YulSwitchNodeType
impl Hash for YulSwitchNodeType
Source§impl Ord for YulSwitchNodeType
impl Ord for YulSwitchNodeType
Source§fn cmp(&self, other: &YulSwitchNodeType) -> Ordering
fn cmp(&self, other: &YulSwitchNodeType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for YulSwitchNodeType
impl PartialEq for YulSwitchNodeType
Source§impl PartialOrd for YulSwitchNodeType
impl PartialOrd for YulSwitchNodeType
Source§impl Serialize for YulSwitchNodeType
impl Serialize for YulSwitchNodeType
Source§impl ToString for YulSwitchNodeType
impl ToString for YulSwitchNodeType
Source§impl TryFrom<&String> for YulSwitchNodeType
impl TryFrom<&String> for YulSwitchNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for YulSwitchNodeType
impl TryFrom<&str> for YulSwitchNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for YulSwitchNodeType
impl TryFrom<String> for YulSwitchNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for YulSwitchNodeType
impl Eq for YulSwitchNodeType
impl StructuralPartialEq for YulSwitchNodeType
Auto Trait Implementations§
impl Freeze for YulSwitchNodeType
impl RefUnwindSafe for YulSwitchNodeType
impl Send for YulSwitchNodeType
impl Sync for YulSwitchNodeType
impl Unpin for YulSwitchNodeType
impl UnwindSafe for YulSwitchNodeType
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