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