pub struct EasyConvertHistoryRequest { /* private fields */ }Expand description
Query parameters for easy-convert history.
Implementations§
Trait Implementations§
Source§impl Clone for EasyConvertHistoryRequest
impl Clone for EasyConvertHistoryRequest
Source§fn clone(&self) -> EasyConvertHistoryRequest
fn clone(&self) -> EasyConvertHistoryRequest
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 EasyConvertHistoryRequest
impl Debug for EasyConvertHistoryRequest
Source§impl Default for EasyConvertHistoryRequest
impl Default for EasyConvertHistoryRequest
Source§fn default() -> EasyConvertHistoryRequest
fn default() -> EasyConvertHistoryRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EasyConvertHistoryRequest
impl RefUnwindSafe for EasyConvertHistoryRequest
impl Send for EasyConvertHistoryRequest
impl Sync for EasyConvertHistoryRequest
impl Unpin for EasyConvertHistoryRequest
impl UnsafeUnpin for EasyConvertHistoryRequest
impl UnwindSafe for EasyConvertHistoryRequest
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