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