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