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