Struct hkdf::InvalidLength
source · [−]pub struct InvalidLength;
Expand description
Structure for InvalidLength, used for output error handling.
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 more
sourceimpl 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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