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