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()
source§impl PartialEq for InvalidBufferSize
impl PartialEq for InvalidBufferSize
source§fn eq(&self, other: &InvalidBufferSize) -> bool
fn eq(&self, other: &InvalidBufferSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InvalidBufferSize
impl Eq for InvalidBufferSize
impl StructuralPartialEq for InvalidBufferSize
Auto Trait Implementations§
impl Freeze for InvalidBufferSize
impl RefUnwindSafe for InvalidBufferSize
impl Send for InvalidBufferSize
impl Sync for InvalidBufferSize
impl Unpin for InvalidBufferSize
impl UnwindSafe for InvalidBufferSize
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)