pub enum KeyDecoderError {
UnknownSequence,
MoreInputRequired,
}
Expand description
Key decoder error
Variants§
Trait Implementations§
Source§impl Clone for KeyDecoderError
impl Clone for KeyDecoderError
Source§fn clone(&self) -> KeyDecoderError
fn clone(&self) -> KeyDecoderError
Returns a copy 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 KeyDecoderError
impl Debug for KeyDecoderError
Source§impl PartialEq for KeyDecoderError
impl PartialEq for KeyDecoderError
impl Copy for KeyDecoderError
impl StructuralPartialEq for KeyDecoderError
Auto Trait Implementations§
impl Freeze for KeyDecoderError
impl RefUnwindSafe for KeyDecoderError
impl Send for KeyDecoderError
impl Sync for KeyDecoderError
impl Unpin for KeyDecoderError
impl UnwindSafe for KeyDecoderError
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