pub struct CodecHash(pub [u8; 32]);Expand description
Digest of a codec’s surface contract, independent of its runtime ids.
Tuple Fields§
§0: [u8; 32]Trait Implementations§
impl Copy for CodecHash
impl Eq for CodecHash
impl StructuralPartialEq for CodecHash
Auto Trait Implementations§
impl Freeze for CodecHash
impl RefUnwindSafe for CodecHash
impl Send for CodecHash
impl Sync for CodecHash
impl Unpin for CodecHash
impl UnsafeUnpin for CodecHash
impl UnwindSafe for CodecHash
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