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