Struct snarkos_node_messages::PuzzleRequest
source · pub struct PuzzleRequest;
Trait Implementations§
source§impl Clone for PuzzleRequest
impl Clone for PuzzleRequest
source§fn clone(&self) -> PuzzleRequest
fn clone(&self) -> PuzzleRequest
Returns a copy 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 PuzzleRequest
impl Debug for PuzzleRequest
source§impl MessageTrait for PuzzleRequest
impl MessageTrait for PuzzleRequest
source§impl PartialEq<PuzzleRequest> for PuzzleRequest
impl PartialEq<PuzzleRequest> for PuzzleRequest
source§fn eq(&self, other: &PuzzleRequest) -> bool
fn eq(&self, other: &PuzzleRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PuzzleRequest
impl StructuralEq for PuzzleRequest
impl StructuralPartialEq for PuzzleRequest
Auto Trait Implementations§
impl RefUnwindSafe for PuzzleRequest
impl Send for PuzzleRequest
impl Sync for PuzzleRequest
impl Unpin for PuzzleRequest
impl UnwindSafe for PuzzleRequest
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.