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