pub struct InvalidLength;Expand description
The error type returned when key and/or IV used in the KeyInit,
KeyIvInit, and InnerIvInit slice-based methods 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
Source§impl PartialEq for InvalidLength
 
impl PartialEq for InvalidLength
impl Copy for InvalidLength
impl Eq for InvalidLength
impl StructuralPartialEq for InvalidLength
Auto Trait Implementations§
impl Freeze for InvalidLength
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