pub struct WithdrawCancelRequest {
pub asset: String,
pub ref_id: String,
}
Expand description
A request to cancel an active withdrawal.
Fields§
§asset: String
§ref_id: String
Implementations§
Source§impl WithdrawCancelRequest
impl WithdrawCancelRequest
pub fn builder(asset: String, ref_id: String) -> WithdrawCancelRequestBuilder
Trait Implementations§
Source§impl Clone for WithdrawCancelRequest
impl Clone for WithdrawCancelRequest
Source§fn clone(&self) -> WithdrawCancelRequest
fn clone(&self) -> WithdrawCancelRequest
Returns a copy 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 WithdrawCancelRequest
impl Debug for WithdrawCancelRequest
Auto Trait Implementations§
impl Freeze for WithdrawCancelRequest
impl RefUnwindSafe for WithdrawCancelRequest
impl Send for WithdrawCancelRequest
impl Sync for WithdrawCancelRequest
impl Unpin for WithdrawCancelRequest
impl UnwindSafe for WithdrawCancelRequest
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