pub struct GetRewardProverStatusParams {
pub launcher_id: Option<HexId>,
}Expand description
Params for
dig.getRewardProverStatus.
Fields§
§launcher_id: Option<HexId>Restrict to one distributor’s launcher id (64-hex). Absent ⇒ every distributor this node runs a prover loop for.
Trait Implementations§
Source§impl Clone for GetRewardProverStatusParams
impl Clone for GetRewardProverStatusParams
Source§fn clone(&self) -> GetRewardProverStatusParams
fn clone(&self) -> GetRewardProverStatusParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetRewardProverStatusParams
impl Debug for GetRewardProverStatusParams
Source§impl<'de> Deserialize<'de> for GetRewardProverStatusParams
impl<'de> Deserialize<'de> for GetRewardProverStatusParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for GetRewardProverStatusParams
impl StructuralPartialEq for GetRewardProverStatusParams
Auto Trait Implementations§
impl Freeze for GetRewardProverStatusParams
impl RefUnwindSafe for GetRewardProverStatusParams
impl Send for GetRewardProverStatusParams
impl Sync for GetRewardProverStatusParams
impl Unpin for GetRewardProverStatusParams
impl UnsafeUnpin for GetRewardProverStatusParams
impl UnwindSafe for GetRewardProverStatusParams
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