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