pub enum EventDefinitionNodeType {
EventDefinition,
}Expand description
EventDefinitionNodeType
JSON schema
{
"enum": [
"EventDefinition"
]
}Variants§
EventDefinition
Trait Implementations§
Source§impl Clone for EventDefinitionNodeType
impl Clone for EventDefinitionNodeType
Source§fn clone(&self) -> EventDefinitionNodeType
fn clone(&self) -> EventDefinitionNodeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EventDefinitionNodeType
Source§impl Debug for EventDefinitionNodeType
impl Debug for EventDefinitionNodeType
Source§impl<'de> Deserialize<'de> for EventDefinitionNodeType
impl<'de> Deserialize<'de> for EventDefinitionNodeType
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
impl Eq for EventDefinitionNodeType
Source§impl From<&EventDefinitionNodeType> for EventDefinitionNodeType
impl From<&EventDefinitionNodeType> for EventDefinitionNodeType
Source§fn from(value: &EventDefinitionNodeType) -> Self
fn from(value: &EventDefinitionNodeType) -> Self
Converts to this type from the input type.
Source§impl FromStr for EventDefinitionNodeType
impl FromStr for EventDefinitionNodeType
Source§impl Hash for EventDefinitionNodeType
impl Hash for EventDefinitionNodeType
Source§impl Ord for EventDefinitionNodeType
impl Ord for EventDefinitionNodeType
Source§fn cmp(&self, other: &EventDefinitionNodeType) -> Ordering
fn cmp(&self, other: &EventDefinitionNodeType) -> Ordering
1.21.0 (const: unstable) · 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 EventDefinitionNodeType
impl PartialEq for EventDefinitionNodeType
Source§fn eq(&self, other: &EventDefinitionNodeType) -> bool
fn eq(&self, other: &EventDefinitionNodeType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EventDefinitionNodeType
impl PartialOrd for EventDefinitionNodeType
Source§impl Serialize for EventDefinitionNodeType
impl Serialize for EventDefinitionNodeType
impl StructuralPartialEq for EventDefinitionNodeType
Source§impl ToString for EventDefinitionNodeType
impl ToString for EventDefinitionNodeType
Source§impl TryFrom<&String> for EventDefinitionNodeType
impl TryFrom<&String> for EventDefinitionNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for EventDefinitionNodeType
impl TryFrom<&str> for EventDefinitionNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for EventDefinitionNodeType
impl TryFrom<String> for EventDefinitionNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for EventDefinitionNodeType
impl RefUnwindSafe for EventDefinitionNodeType
impl Send for EventDefinitionNodeType
impl Sync for EventDefinitionNodeType
impl Unpin for EventDefinitionNodeType
impl UnsafeUnpin for EventDefinitionNodeType
impl UnwindSafe for EventDefinitionNodeType
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