pub struct VersionedHashNormalizedPreimage(pub [u8; 28]);
Tuple Fields§
§0: [u8; 28]
Trait Implementations§
Source§impl Clone for VersionedHashNormalizedPreimage
impl Clone for VersionedHashNormalizedPreimage
Source§fn clone(&self) -> VersionedHashNormalizedPreimage
fn clone(&self) -> VersionedHashNormalizedPreimage
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 Default for VersionedHashNormalizedPreimage
impl Default for VersionedHashNormalizedPreimage
Source§fn default() -> VersionedHashNormalizedPreimage
fn default() -> VersionedHashNormalizedPreimage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VersionedHashNormalizedPreimage
impl<'de> Deserialize<'de> for VersionedHashNormalizedPreimage
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 PartialEq for VersionedHashNormalizedPreimage
impl PartialEq for VersionedHashNormalizedPreimage
Source§fn eq(&self, other: &VersionedHashNormalizedPreimage) -> bool
fn eq(&self, other: &VersionedHashNormalizedPreimage) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for VersionedHashNormalizedPreimage
impl Eq for VersionedHashNormalizedPreimage
impl StructuralPartialEq for VersionedHashNormalizedPreimage
Auto Trait Implementations§
impl Freeze for VersionedHashNormalizedPreimage
impl RefUnwindSafe for VersionedHashNormalizedPreimage
impl Send for VersionedHashNormalizedPreimage
impl Sync for VersionedHashNormalizedPreimage
impl Unpin for VersionedHashNormalizedPreimage
impl UnwindSafe for VersionedHashNormalizedPreimage
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