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