pub struct ListRequest {
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 ListRequest
impl Clone for ListRequest
Source§fn clone(&self) -> ListRequest
fn clone(&self) -> ListRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 ListRequest
impl Debug for ListRequest
Source§impl Default for ListRequest
impl Default for ListRequest
Source§fn default() -> ListRequest
fn default() -> ListRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListRequest
impl RefUnwindSafe for ListRequest
impl Send for ListRequest
impl Sync for ListRequest
impl Unpin for ListRequest
impl UnwindSafe for ListRequest
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