pub struct ParseCipherKindError;Expand description
Error while parsing CipherKind from string
Trait Implementations§
Source§impl Clone for ParseCipherKindError
impl Clone for ParseCipherKindError
Source§fn clone(&self) -> ParseCipherKindError
fn clone(&self) -> ParseCipherKindError
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 ParseCipherKindError
impl Debug for ParseCipherKindError
Auto Trait Implementations§
impl Freeze for ParseCipherKindError
impl RefUnwindSafe for ParseCipherKindError
impl Send for ParseCipherKindError
impl Sync for ParseCipherKindError
impl Unpin for ParseCipherKindError
impl UnwindSafe for ParseCipherKindError
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