Struct stream_cipher::InvalidKeyNonceLength [−][src]
pub struct InvalidKeyNonceLength;
Error which notifies that key or/and nonce used in stream cipher initialization had an invalid length.
Trait Implementations
impl Copy for InvalidKeyNonceLength[src]
impl Copy for InvalidKeyNonceLengthimpl Clone for InvalidKeyNonceLength[src]
impl Clone for InvalidKeyNonceLengthfn clone(&self) -> InvalidKeyNonceLength[src]
fn clone(&self) -> InvalidKeyNonceLengthReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for InvalidKeyNonceLength[src]
impl Debug for InvalidKeyNonceLengthfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for InvalidKeyNonceLength[src]
impl Display for InvalidKeyNonceLengthfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for InvalidKeyNonceLength[src]
impl Error for InvalidKeyNonceLengthAuto Trait Implementations
impl Send for InvalidKeyNonceLength
impl Send for InvalidKeyNonceLengthimpl Sync for InvalidKeyNonceLength
impl Sync for InvalidKeyNonceLength