Struct subxt_metadata::MetadataHasher
source · pub struct MetadataHasher<'a> { /* private fields */ }Expand description
Obtain a hash representation of our metadata or some part of it.
This is obtained by calling crate::Metadata::hasher().
Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MetadataHasher<'a>
impl<'a> Send for MetadataHasher<'a>
impl<'a> Sync for MetadataHasher<'a>
impl<'a> Unpin for MetadataHasher<'a>
impl<'a> UnwindSafe for MetadataHasher<'a>
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