pub struct WithdrawResponse {
pub id: Option<String>,
}Fields§
§id: Option<String>Implementations§
Source§impl WithdrawResponse
impl WithdrawResponse
pub fn new() -> WithdrawResponse
Trait Implementations§
Source§impl Clone for WithdrawResponse
impl Clone for WithdrawResponse
Source§fn clone(&self) -> WithdrawResponse
fn clone(&self) -> WithdrawResponse
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 WithdrawResponse
impl Debug for WithdrawResponse
Source§impl Default for WithdrawResponse
impl Default for WithdrawResponse
Source§fn default() -> WithdrawResponse
fn default() -> WithdrawResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WithdrawResponse
impl<'de> Deserialize<'de> for WithdrawResponse
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 WithdrawResponse
impl PartialEq for WithdrawResponse
Source§fn eq(&self, other: &WithdrawResponse) -> bool
fn eq(&self, other: &WithdrawResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WithdrawResponse
impl Serialize for WithdrawResponse
impl StructuralPartialEq for WithdrawResponse
Auto Trait Implementations§
impl Freeze for WithdrawResponse
impl RefUnwindSafe for WithdrawResponse
impl Send for WithdrawResponse
impl Sync for WithdrawResponse
impl Unpin for WithdrawResponse
impl UnsafeUnpin for WithdrawResponse
impl UnwindSafe for WithdrawResponse
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