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