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