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