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