pub struct CommonListRequest {
pub offset: u32,
pub limit: u32,
pub start_time: DateTime<Utc>,
pub end_time: DateTime<Utc>,
}
Fields§
§offset: u32
§limit: u32
§start_time: DateTime<Utc>
§end_time: DateTime<Utc>
Trait Implementations§
Source§impl Clone for CommonListRequest
impl Clone for CommonListRequest
Source§fn clone(&self) -> CommonListRequest
fn clone(&self) -> CommonListRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CommonListRequest
impl Debug for CommonListRequest
Source§impl Default for CommonListRequest
impl Default for CommonListRequest
Source§fn default() -> CommonListRequest
fn default() -> CommonListRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CommonListRequest
impl RefUnwindSafe for CommonListRequest
impl Send for CommonListRequest
impl Sync for CommonListRequest
impl Unpin for CommonListRequest
impl UnwindSafe for CommonListRequest
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