pub struct StatusOfDepositWithdrawRequestBuilder { /* private fields */ }
Implementations§
Source§impl StatusOfDepositWithdrawRequestBuilder
impl StatusOfDepositWithdrawRequestBuilder
pub fn new() -> StatusOfDepositWithdrawRequestBuilder
pub fn build(&mut self) -> StatusOfDepositWithdrawRequest
pub fn asset(&mut self, asset: String) -> &mut Self
pub fn asset_class(&mut self, asset_class: String) -> &mut Self
pub fn method(&mut self, method: String) -> &mut Self
pub fn start(&mut self, start: String) -> &mut Self
pub fn end(&mut self, end: String) -> &mut Self
pub fn cursor(&mut self, cursor: Cursor) -> &mut Self
pub fn limit(&mut self, limit: i64) -> &mut Self
Auto Trait Implementations§
impl Freeze for StatusOfDepositWithdrawRequestBuilder
impl RefUnwindSafe for StatusOfDepositWithdrawRequestBuilder
impl Send for StatusOfDepositWithdrawRequestBuilder
impl Sync for StatusOfDepositWithdrawRequestBuilder
impl Unpin for StatusOfDepositWithdrawRequestBuilder
impl UnwindSafe for StatusOfDepositWithdrawRequestBuilder
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