pub struct Sha256Hash(/* private fields */);Expand description
Describes SHA256 hash sum in byte format
Trait Implementations§
Source§impl Debug for Sha256Hash
impl Debug for Sha256Hash
Source§impl PartialEq for Sha256Hash
impl PartialEq for Sha256Hash
Source§impl TryFrom<&str> for Sha256Hash
impl TryFrom<&str> for Sha256Hash
Source§impl Deref for Sha256Hash
impl Deref for Sha256Hash
impl StructuralPartialEq for Sha256Hash
Auto Trait Implementations§
impl Freeze for Sha256Hash
impl RefUnwindSafe for Sha256Hash
impl Send for Sha256Hash
impl Sync for Sha256Hash
impl Unpin for Sha256Hash
impl UnwindSafe for Sha256Hash
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