pub struct VerifiableDelayFunction;
Expand description
Placeholder VDF implementation
Implementations§
Trait Implementations§
Source§impl Clone for VerifiableDelayFunction
impl Clone for VerifiableDelayFunction
Source§fn clone(&self) -> VerifiableDelayFunction
fn clone(&self) -> VerifiableDelayFunction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VerifiableDelayFunction
impl Debug for VerifiableDelayFunction
Auto Trait Implementations§
impl Freeze for VerifiableDelayFunction
impl RefUnwindSafe for VerifiableDelayFunction
impl Send for VerifiableDelayFunction
impl Sync for VerifiableDelayFunction
impl Unpin for VerifiableDelayFunction
impl UnwindSafe for VerifiableDelayFunction
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