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