pub struct NonIncremental<H>(/* private fields */);
Expand description
A wrapper for platform-provided host functions which can’t do incremental hashing. One unfortunate example of such platform is Polkadot.
Trait Implementations§
Source§impl<H> Default for NonIncremental<H>
impl<H> Default for NonIncremental<H>
Auto Trait Implementations§
impl<H> Freeze for NonIncremental<H>
impl<H> RefUnwindSafe for NonIncremental<H>where
H: RefUnwindSafe,
impl<H> Send for NonIncremental<H>where
H: Send,
impl<H> Sync for NonIncremental<H>where
H: Sync,
impl<H> Unpin for NonIncremental<H>where
H: Unpin,
impl<H> UnwindSafe for NonIncremental<H>where
H: UnwindSafe,
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