Struct crypto_mac::InvalidKeyLength [−][src]
pub struct InvalidKeyLength;
Error type for signaling invalid key length for MAC initialization
Trait Implementations
impl Default for InvalidKeyLength[src]
impl Default for InvalidKeyLengthfn default() -> InvalidKeyLength[src]
fn default() -> InvalidKeyLengthReturns the "default value" for a type. Read more
impl Debug for InvalidKeyLength[src]
impl Debug for InvalidKeyLengthfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for InvalidKeyLength[src]
impl Copy for InvalidKeyLengthimpl Clone for InvalidKeyLength[src]
impl Clone for InvalidKeyLengthfn clone(&self) -> InvalidKeyLength[src]
fn clone(&self) -> InvalidKeyLengthReturns 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 Eq for InvalidKeyLength[src]
impl Eq for InvalidKeyLengthimpl PartialEq for InvalidKeyLength[src]
impl PartialEq for InvalidKeyLengthAuto Trait Implementations
impl Send for InvalidKeyLength
impl Send for InvalidKeyLengthimpl Sync for InvalidKeyLength
impl Sync for InvalidKeyLength