pub struct WithdrawRequest { /* private fields */ }
Expand description
Implementations§
Source§impl WithdrawRequest
impl WithdrawRequest
pub async fn execute<T: DeserializeOwned>(self) -> Result<T>
pub async fn send(self) -> Result<WithdrawResponse>
Auto Trait Implementations§
impl Freeze for WithdrawRequest
impl !RefUnwindSafe for WithdrawRequest
impl Send for WithdrawRequest
impl Sync for WithdrawRequest
impl Unpin for WithdrawRequest
impl !UnwindSafe for WithdrawRequest
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