pub struct CancelWithdrawParams {
pub id: String,
}Expand description
Cancel withdraw request.
Fields§
§id: StringWithdraw ID
Trait Implementations§
Source§impl Clone for CancelWithdrawParams
impl Clone for CancelWithdrawParams
Source§fn clone(&self) -> CancelWithdrawParams
fn clone(&self) -> CancelWithdrawParams
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 CancelWithdrawParams
impl Debug for CancelWithdrawParams
Auto Trait Implementations§
impl Freeze for CancelWithdrawParams
impl RefUnwindSafe for CancelWithdrawParams
impl Send for CancelWithdrawParams
impl Sync for CancelWithdrawParams
impl Unpin for CancelWithdrawParams
impl UnsafeUnpin for CancelWithdrawParams
impl UnwindSafe for CancelWithdrawParams
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