pub enum YulIfNodeType {
YulIf,
}
Expand description
YulIfNodeType
JSON schema
{
"enum": [
"YulIf"
]
}
Variants§
YulIf
Trait Implementations§
Source§impl Clone for YulIfNodeType
impl Clone for YulIfNodeType
Source§fn clone(&self) -> YulIfNodeType
fn clone(&self) -> YulIfNodeType
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 YulIfNodeType
impl Debug for YulIfNodeType
Source§impl<'de> Deserialize<'de> for YulIfNodeType
impl<'de> Deserialize<'de> for YulIfNodeType
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<&YulIfNodeType> for YulIfNodeType
impl From<&YulIfNodeType> for YulIfNodeType
Source§fn from(value: &YulIfNodeType) -> Self
fn from(value: &YulIfNodeType) -> Self
Converts to this type from the input type.
Source§impl FromStr for YulIfNodeType
impl FromStr for YulIfNodeType
Source§impl Hash for YulIfNodeType
impl Hash for YulIfNodeType
Source§impl Ord for YulIfNodeType
impl Ord for YulIfNodeType
Source§fn cmp(&self, other: &YulIfNodeType) -> Ordering
fn cmp(&self, other: &YulIfNodeType) -> 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 YulIfNodeType
impl PartialEq for YulIfNodeType
Source§impl PartialOrd for YulIfNodeType
impl PartialOrd for YulIfNodeType
Source§impl Serialize for YulIfNodeType
impl Serialize for YulIfNodeType
Source§impl ToString for YulIfNodeType
impl ToString for YulIfNodeType
Source§impl TryFrom<&String> for YulIfNodeType
impl TryFrom<&String> for YulIfNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for YulIfNodeType
impl TryFrom<&str> for YulIfNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for YulIfNodeType
impl TryFrom<String> for YulIfNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for YulIfNodeType
impl Eq for YulIfNodeType
impl StructuralPartialEq for YulIfNodeType
Auto Trait Implementations§
impl Freeze for YulIfNodeType
impl RefUnwindSafe for YulIfNodeType
impl Send for YulIfNodeType
impl Sync for YulIfNodeType
impl Unpin for YulIfNodeType
impl UnwindSafe for YulIfNodeType
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