pub struct SetAutoLoanRequest { /* private fields */ }Expand description
Request for set_auto_loan.
Implementations§
Trait Implementations§
Source§impl Clone for SetAutoLoanRequest
impl Clone for SetAutoLoanRequest
Source§fn clone(&self) -> SetAutoLoanRequest
fn clone(&self) -> SetAutoLoanRequest
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 SetAutoLoanRequest
impl Debug for SetAutoLoanRequest
Auto Trait Implementations§
impl Freeze for SetAutoLoanRequest
impl RefUnwindSafe for SetAutoLoanRequest
impl Send for SetAutoLoanRequest
impl Sync for SetAutoLoanRequest
impl Unpin for SetAutoLoanRequest
impl UnsafeUnpin for SetAutoLoanRequest
impl UnwindSafe for SetAutoLoanRequest
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