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