pub struct WithdrawCancelRequestBuilder { /* private fields */ }
Implementations§
Source§impl WithdrawCancelRequestBuilder
impl WithdrawCancelRequestBuilder
pub fn new(asset: String, ref_id: String) -> WithdrawCancelRequestBuilder
pub fn build(&mut self) -> WithdrawCancelRequest
Auto Trait Implementations§
impl Freeze for WithdrawCancelRequestBuilder
impl RefUnwindSafe for WithdrawCancelRequestBuilder
impl Send for WithdrawCancelRequestBuilder
impl Sync for WithdrawCancelRequestBuilder
impl Unpin for WithdrawCancelRequestBuilder
impl UnwindSafe for WithdrawCancelRequestBuilder
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