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