pub struct InterestRateLoanQuotaRequest {}Expand description
Empty query for GET /api/v5/public/interest-rate-loan-quota.
Implementations§
Trait Implementations§
Source§impl Clone for InterestRateLoanQuotaRequest
impl Clone for InterestRateLoanQuotaRequest
Source§fn clone(&self) -> InterestRateLoanQuotaRequest
fn clone(&self) -> InterestRateLoanQuotaRequest
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 InterestRateLoanQuotaRequest
impl Debug for InterestRateLoanQuotaRequest
Source§impl Default for InterestRateLoanQuotaRequest
impl Default for InterestRateLoanQuotaRequest
Source§fn default() -> InterestRateLoanQuotaRequest
fn default() -> InterestRateLoanQuotaRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InterestRateLoanQuotaRequest
impl RefUnwindSafe for InterestRateLoanQuotaRequest
impl Send for InterestRateLoanQuotaRequest
impl Sync for InterestRateLoanQuotaRequest
impl Unpin for InterestRateLoanQuotaRequest
impl UnsafeUnpin for InterestRateLoanQuotaRequest
impl UnwindSafe for InterestRateLoanQuotaRequest
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