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