Struct digest::InvalidBufferLength [−][src]
pub struct InvalidBufferLength;
The error type for variable hasher result
Trait Implementations
impl Clone for InvalidBufferLength
[src]
impl Clone for InvalidBufferLength
fn clone(&self) -> InvalidBufferLength
[src]
fn clone(&self) -> InvalidBufferLength
Returns 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 Copy for InvalidBufferLength
[src]
impl Copy for InvalidBufferLength
impl Debug for InvalidBufferLength
[src]
impl Debug for InvalidBufferLength
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for InvalidBufferLength
[src]
impl Default for InvalidBufferLength
fn default() -> InvalidBufferLength
[src]
fn default() -> InvalidBufferLength
Returns the "default value" for a type. Read more
impl Display for InvalidBufferLength
[src]
impl Display for InvalidBufferLength
Auto Trait Implementations
impl Send for InvalidBufferLength
impl Send for InvalidBufferLength
impl Sync for InvalidBufferLength
impl Sync for InvalidBufferLength