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