pub struct DispatchPayoutResponse {
pub payout_id: String,
}Fields§
§payout_id: StringImplementations§
Source§impl DispatchPayoutResponse
impl DispatchPayoutResponse
pub fn new(payout_id: String) -> DispatchPayoutResponse
Trait Implementations§
Source§impl Clone for DispatchPayoutResponse
impl Clone for DispatchPayoutResponse
Source§fn clone(&self) -> DispatchPayoutResponse
fn clone(&self) -> DispatchPayoutResponse
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 DispatchPayoutResponse
impl Debug for DispatchPayoutResponse
Source§impl Default for DispatchPayoutResponse
impl Default for DispatchPayoutResponse
Source§fn default() -> DispatchPayoutResponse
fn default() -> DispatchPayoutResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchPayoutResponse
impl<'de> Deserialize<'de> for DispatchPayoutResponse
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
Source§impl PartialEq for DispatchPayoutResponse
impl PartialEq for DispatchPayoutResponse
Source§impl Serialize for DispatchPayoutResponse
impl Serialize for DispatchPayoutResponse
impl StructuralPartialEq for DispatchPayoutResponse
Auto Trait Implementations§
impl Freeze for DispatchPayoutResponse
impl RefUnwindSafe for DispatchPayoutResponse
impl Send for DispatchPayoutResponse
impl Sync for DispatchPayoutResponse
impl Unpin for DispatchPayoutResponse
impl UnwindSafe for DispatchPayoutResponse
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