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