pub enum DdlRelationWriteTypesItem {
NamedObject,
ExtensionObject,
}
Expand description
DdlRelationWriteTypesItem
JSON schema
{
"enum": [
"NAMED_OBJECT",
"EXTENSION_OBJECT"
]
}
Variants§
Trait Implementations§
Source§impl Clone for DdlRelationWriteTypesItem
impl Clone for DdlRelationWriteTypesItem
Source§fn clone(&self) -> DdlRelationWriteTypesItem
fn clone(&self) -> DdlRelationWriteTypesItem
Returns a duplicate 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 DdlRelationWriteTypesItem
impl Debug for DdlRelationWriteTypesItem
Source§impl<'de> Deserialize<'de> for DdlRelationWriteTypesItem
impl<'de> Deserialize<'de> for DdlRelationWriteTypesItem
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 Display for DdlRelationWriteTypesItem
impl Display for DdlRelationWriteTypesItem
Source§impl From<&DdlRelationWriteTypesItem> for DdlRelationWriteTypesItem
impl From<&DdlRelationWriteTypesItem> for DdlRelationWriteTypesItem
Source§fn from(value: &DdlRelationWriteTypesItem) -> Self
fn from(value: &DdlRelationWriteTypesItem) -> Self
Converts to this type from the input type.
Source§impl FromStr for DdlRelationWriteTypesItem
impl FromStr for DdlRelationWriteTypesItem
Source§impl Hash for DdlRelationWriteTypesItem
impl Hash for DdlRelationWriteTypesItem
Source§impl Ord for DdlRelationWriteTypesItem
impl Ord for DdlRelationWriteTypesItem
Source§fn cmp(&self, other: &DdlRelationWriteTypesItem) -> Ordering
fn cmp(&self, other: &DdlRelationWriteTypesItem) -> 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 DdlRelationWriteTypesItem
impl PartialOrd for DdlRelationWriteTypesItem
Source§impl TryFrom<&String> for DdlRelationWriteTypesItem
impl TryFrom<&String> for DdlRelationWriteTypesItem
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for DdlRelationWriteTypesItem
impl TryFrom<&str> for DdlRelationWriteTypesItem
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for DdlRelationWriteTypesItem
impl TryFrom<String> for DdlRelationWriteTypesItem
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for DdlRelationWriteTypesItem
impl Eq for DdlRelationWriteTypesItem
impl StructuralPartialEq for DdlRelationWriteTypesItem
Auto Trait Implementations§
impl Freeze for DdlRelationWriteTypesItem
impl RefUnwindSafe for DdlRelationWriteTypesItem
impl Send for DdlRelationWriteTypesItem
impl Sync for DdlRelationWriteTypesItem
impl Unpin for DdlRelationWriteTypesItem
impl UnwindSafe for DdlRelationWriteTypesItem
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.