pub struct WithdrawOneOfSub0 {
pub id: String,
pub status_code: String,
pub status_message: String,
}
Expand description
Result for withdraw operation.
Fields§
§id: String
The unique identifier for the transaction.\n
status_code: String
The status code of the withdrawal.\n
status_message: String
The status message of the withdrawal.\n
Trait Implementations§
Source§impl Clone for WithdrawOneOfSub0
impl Clone for WithdrawOneOfSub0
Source§fn clone(&self) -> WithdrawOneOfSub0
fn clone(&self) -> WithdrawOneOfSub0
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 WithdrawOneOfSub0
impl Debug for WithdrawOneOfSub0
Source§impl<'de> Deserialize<'de> for WithdrawOneOfSub0
impl<'de> Deserialize<'de> for WithdrawOneOfSub0
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
Auto Trait Implementations§
impl Freeze for WithdrawOneOfSub0
impl RefUnwindSafe for WithdrawOneOfSub0
impl Send for WithdrawOneOfSub0
impl Sync for WithdrawOneOfSub0
impl Unpin for WithdrawOneOfSub0
impl UnwindSafe for WithdrawOneOfSub0
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