pub struct GetPayoutParams {
pub payout_id: String,
}
Expand description
struct for passing parameters to the method [get_payout
]
Fields§
§payout_id: String
the payout id received from the creation of the payout instruction set
Implementations§
Source§impl GetPayoutParams
impl GetPayoutParams
Sourcepub fn builder() -> GetPayoutParamsBuilder
pub fn builder() -> GetPayoutParamsBuilder
Create an instance of GetPayoutParams
using the builder syntax
Trait Implementations§
Source§impl Clone for GetPayoutParams
impl Clone for GetPayoutParams
Source§fn clone(&self) -> GetPayoutParams
fn clone(&self) -> GetPayoutParams
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 moreAuto Trait Implementations§
impl Freeze for GetPayoutParams
impl RefUnwindSafe for GetPayoutParams
impl Send for GetPayoutParams
impl Sync for GetPayoutParams
impl Unpin for GetPayoutParams
impl UnwindSafe for GetPayoutParams
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