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