pub struct K256(_);
Expand description
The keccak-256 hash of a slice.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for K256
impl<'de> Deserialize<'de> for K256
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<K256> for Instruction
impl From<K256> for Instruction
source§impl PartialEq<K256> for K256
impl PartialEq<K256> for K256
impl Copy for K256
impl Eq for K256
impl StructuralEq for K256
impl StructuralPartialEq for K256
Auto Trait Implementations§
impl RefUnwindSafe for K256
impl Send for K256
impl Sync for K256
impl Unpin for K256
impl UnwindSafe for K256
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