Struct digest::InvalidBufferSize
source · pub struct InvalidBufferSize;
Expand description
Buffer length is not equal to hash output size.
Trait Implementations§
source§impl Clone for InvalidBufferSize
impl Clone for InvalidBufferSize
source§fn clone(&self) -> InvalidBufferSize
fn clone(&self) -> InvalidBufferSize
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 InvalidBufferSize
impl Debug for InvalidBufferSize
source§impl Default for InvalidBufferSize
impl Default for InvalidBufferSize
source§fn default() -> InvalidBufferSize
fn default() -> InvalidBufferSize
Returns the “default value” for a type. Read more
source§impl Display for InvalidBufferSize
impl Display for InvalidBufferSize
source§impl Error for InvalidBufferSize
impl Error for InvalidBufferSize
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()