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