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