Struct c2_chacha::stream_cipher::InvalidKeyNonceLength
source · pub struct InvalidKeyNonceLength;
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 InvalidKeyNonceLength
impl Clone for InvalidKeyNonceLength
source§fn clone(&self) -> InvalidKeyNonceLength
fn clone(&self) -> InvalidKeyNonceLength
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 InvalidKeyNonceLength
impl Debug for InvalidKeyNonceLength
source§impl Display for InvalidKeyNonceLength
impl Display for InvalidKeyNonceLength
impl Copy for InvalidKeyNonceLength
Auto Trait Implementations§
impl Freeze for InvalidKeyNonceLength
impl RefUnwindSafe for InvalidKeyNonceLength
impl Send for InvalidKeyNonceLength
impl Sync for InvalidKeyNonceLength
impl Unpin for InvalidKeyNonceLength
impl UnwindSafe for InvalidKeyNonceLength
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)