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