pub struct OneClickRepayHistoryRequest { /* private fields */ }Expand description
Query parameters for one-click-repay history endpoints.
Implementations§
Trait Implementations§
Source§impl Clone for OneClickRepayHistoryRequest
impl Clone for OneClickRepayHistoryRequest
Source§fn clone(&self) -> OneClickRepayHistoryRequest
fn clone(&self) -> OneClickRepayHistoryRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OneClickRepayHistoryRequest
impl Debug for OneClickRepayHistoryRequest
Source§impl Default for OneClickRepayHistoryRequest
impl Default for OneClickRepayHistoryRequest
Source§fn default() -> OneClickRepayHistoryRequest
fn default() -> OneClickRepayHistoryRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OneClickRepayHistoryRequest
impl RefUnwindSafe for OneClickRepayHistoryRequest
impl Send for OneClickRepayHistoryRequest
impl Sync for OneClickRepayHistoryRequest
impl Unpin for OneClickRepayHistoryRequest
impl UnsafeUnpin for OneClickRepayHistoryRequest
impl UnwindSafe for OneClickRepayHistoryRequest
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