pub struct GetRewardDistributorParams {
pub launcher_id: HexId,
}Expand description
Params for
dig.getRewardDistributor.
Fields§
§launcher_id: HexIdThe distributor singleton’s launcher id (64-hex, required).
Trait Implementations§
Source§impl Clone for GetRewardDistributorParams
impl Clone for GetRewardDistributorParams
Source§fn clone(&self) -> GetRewardDistributorParams
fn clone(&self) -> GetRewardDistributorParams
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 GetRewardDistributorParams
impl Debug for GetRewardDistributorParams
Source§impl<'de> Deserialize<'de> for GetRewardDistributorParams
impl<'de> Deserialize<'de> for GetRewardDistributorParams
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 GetRewardDistributorParams
impl StructuralPartialEq for GetRewardDistributorParams
Auto Trait Implementations§
impl Freeze for GetRewardDistributorParams
impl RefUnwindSafe for GetRewardDistributorParams
impl Send for GetRewardDistributorParams
impl Sync for GetRewardDistributorParams
impl Unpin for GetRewardDistributorParams
impl UnsafeUnpin for GetRewardDistributorParams
impl UnwindSafe for GetRewardDistributorParams
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