pub enum EncryptedVetKeyDeserializationError {
InvalidEncryptedVetKey,
}Expand description
Error indicating that deserializing an encrypted key failed
Variants§
InvalidEncryptedVetKey
Error indicating one or more of the points was invalid
Trait Implementations§
Source§impl Clone for EncryptedVetKeyDeserializationError
impl Clone for EncryptedVetKeyDeserializationError
Source§fn clone(&self) -> EncryptedVetKeyDeserializationError
fn clone(&self) -> EncryptedVetKeyDeserializationError
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 EncryptedVetKeyDeserializationError
Auto Trait Implementations§
impl Freeze for EncryptedVetKeyDeserializationError
impl RefUnwindSafe for EncryptedVetKeyDeserializationError
impl Send for EncryptedVetKeyDeserializationError
impl Sync for EncryptedVetKeyDeserializationError
impl Unpin for EncryptedVetKeyDeserializationError
impl UnsafeUnpin for EncryptedVetKeyDeserializationError
impl UnwindSafe for EncryptedVetKeyDeserializationError
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