pub enum BatchUpsertCatalogObjectsError {
UnknownValue(Value),
}Expand description
struct for typed errors of method batch_upsert_catalog_objects
Variants§
Trait Implementations§
Source§impl Clone for BatchUpsertCatalogObjectsError
impl Clone for BatchUpsertCatalogObjectsError
Source§fn clone(&self) -> BatchUpsertCatalogObjectsError
fn clone(&self) -> BatchUpsertCatalogObjectsError
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 moreSource§impl<'de> Deserialize<'de> for BatchUpsertCatalogObjectsError
impl<'de> Deserialize<'de> for BatchUpsertCatalogObjectsError
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
Auto Trait Implementations§
impl Freeze for BatchUpsertCatalogObjectsError
impl RefUnwindSafe for BatchUpsertCatalogObjectsError
impl Send for BatchUpsertCatalogObjectsError
impl Sync for BatchUpsertCatalogObjectsError
impl Unpin for BatchUpsertCatalogObjectsError
impl UnsafeUnpin for BatchUpsertCatalogObjectsError
impl UnwindSafe for BatchUpsertCatalogObjectsError
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