Struct cipher::errors::InvalidLength
source · pub struct InvalidLength;
Expand description
The error type returned when key and/or nonce used in stream cipher initialization had an invalid length.
Trait Implementations§
source§impl Clone for InvalidLength
impl Clone for InvalidLength
source§fn clone(&self) -> InvalidLength
fn clone(&self) -> InvalidLength
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 InvalidLength
impl Debug for InvalidLength
source§impl Display for InvalidLength
impl Display for InvalidLength
impl Copy for InvalidLength
Auto Trait Implementations§
impl RefUnwindSafe for InvalidLength
impl Send for InvalidLength
impl Sync for InvalidLength
impl Unpin for InvalidLength
impl UnwindSafe for InvalidLength
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