pub struct S256(_);
Expand description
The SHA-2-256 hash of a slice.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for S256
impl<'de> Deserialize<'de> for S256
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<S256> for Instruction
impl From<S256> for Instruction
source§impl PartialEq<S256> for S256
impl PartialEq<S256> for S256
impl Copy for S256
impl Eq for S256
impl StructuralEq for S256
impl StructuralPartialEq for S256
Auto Trait Implementations§
impl RefUnwindSafe for S256
impl Send for S256
impl Sync for S256
impl Unpin for S256
impl UnwindSafe for S256
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