pub struct EaglesongPowEngine;
Expand description
PoW verifier using Eaglesong hash
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EaglesongPowEngine
impl RefUnwindSafe for EaglesongPowEngine
impl Send for EaglesongPowEngine
impl Sync for EaglesongPowEngine
impl Unpin for EaglesongPowEngine
impl UnwindSafe for EaglesongPowEngine
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