pub struct AssetHash(pub [u8; 32]);Expand description
A 32-byte content hash.
Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
impl Eq for AssetHash
impl StructuralPartialEq for AssetHash
Auto Trait Implementations§
impl Freeze for AssetHash
impl RefUnwindSafe for AssetHash
impl Send for AssetHash
impl Sync for AssetHash
impl Unpin for AssetHash
impl UnsafeUnpin for AssetHash
impl UnwindSafe for AssetHash
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