pub enum RegisterDestinationError {
Name(ExpandNameError),
RegistryFull,
UnknownIdentity,
RatchetTableFull,
AppDataTooLong,
InvalidGroupKey,
}Variants§
Trait Implementations§
Source§impl Clone for RegisterDestinationError
impl Clone for RegisterDestinationError
Source§fn clone(&self) -> RegisterDestinationError
fn clone(&self) -> RegisterDestinationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RegisterDestinationError
Source§impl Debug for RegisterDestinationError
impl Debug for RegisterDestinationError
impl Eq for RegisterDestinationError
Source§impl PartialEq for RegisterDestinationError
impl PartialEq for RegisterDestinationError
impl StructuralPartialEq for RegisterDestinationError
Auto Trait Implementations§
impl Freeze for RegisterDestinationError
impl RefUnwindSafe for RegisterDestinationError
impl Send for RegisterDestinationError
impl Sync for RegisterDestinationError
impl Unpin for RegisterDestinationError
impl UnsafeUnpin for RegisterDestinationError
impl UnwindSafe for RegisterDestinationError
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