pub enum KeyWrapError {
Backend(BackendError),
}Variants§
Backend(BackendError)
Trait Implementations§
Source§impl Clone for KeyWrapError
impl Clone for KeyWrapError
Source§fn clone(&self) -> KeyWrapError
fn clone(&self) -> KeyWrapError
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 KeyWrapError
impl Debug for KeyWrapError
Source§impl PartialEq for KeyWrapError
impl PartialEq for KeyWrapError
impl Eq for KeyWrapError
impl StructuralPartialEq for KeyWrapError
Auto Trait Implementations§
impl Freeze for KeyWrapError
impl RefUnwindSafe for KeyWrapError
impl Send for KeyWrapError
impl Sync for KeyWrapError
impl Unpin for KeyWrapError
impl UnsafeUnpin for KeyWrapError
impl UnwindSafe for KeyWrapError
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