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