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