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