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