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