pub enum CatalogManifestDataSourceFormat {
Alopex,
Parquet,
Delta,
}Variants§
Trait Implementations§
Source§impl Clone for CatalogManifestDataSourceFormat
impl Clone for CatalogManifestDataSourceFormat
Source§fn clone(&self) -> CatalogManifestDataSourceFormat
fn clone(&self) -> CatalogManifestDataSourceFormat
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 CatalogManifestDataSourceFormat
Source§impl<'de> Deserialize<'de> for CatalogManifestDataSourceFormat
impl<'de> Deserialize<'de> for CatalogManifestDataSourceFormat
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 CatalogManifestDataSourceFormat
Source§impl From<CatalogManifestDataSourceFormat> for DataSourceFormat
impl From<CatalogManifestDataSourceFormat> for DataSourceFormat
Source§fn from(value: CatalogManifestDataSourceFormat) -> Self
fn from(value: CatalogManifestDataSourceFormat) -> Self
Converts to this type from the input type.
Source§impl From<DataSourceFormat> for CatalogManifestDataSourceFormat
impl From<DataSourceFormat> for CatalogManifestDataSourceFormat
Source§fn from(value: DataSourceFormat) -> Self
fn from(value: DataSourceFormat) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for CatalogManifestDataSourceFormat
Auto Trait Implementations§
impl Freeze for CatalogManifestDataSourceFormat
impl RefUnwindSafe for CatalogManifestDataSourceFormat
impl Send for CatalogManifestDataSourceFormat
impl Sync for CatalogManifestDataSourceFormat
impl Unpin for CatalogManifestDataSourceFormat
impl UnsafeUnpin for CatalogManifestDataSourceFormat
impl UnwindSafe for CatalogManifestDataSourceFormat
Blanket Implementations§
impl<T> Allocation for T
impl<T> Allocation for T
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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§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.