pub struct OwnerIsAgentError(/* private fields */);Expand description
error when the owner is an agent while trying to convert an OwnerKey to a GroupKey
Trait Implementations§
Source§impl Clone for OwnerIsAgentError
impl Clone for OwnerIsAgentError
Source§fn clone(&self) -> OwnerIsAgentError
fn clone(&self) -> OwnerIsAgentError
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 OwnerIsAgentError
impl Debug for OwnerIsAgentError
Auto Trait Implementations§
impl Freeze for OwnerIsAgentError
impl RefUnwindSafe for OwnerIsAgentError
impl Send for OwnerIsAgentError
impl Sync for OwnerIsAgentError
impl Unpin for OwnerIsAgentError
impl UnwindSafe for OwnerIsAgentError
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