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