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