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