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
sourceimpl Clone for InvalidLength
impl Clone for InvalidLength
sourcefn clone(&self) -> InvalidLength
fn clone(&self) -> InvalidLength
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvalidLength
impl Debug for InvalidLength
sourceimpl 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more