pub struct ReportRangeQuery {
pub period: String,
pub from: String,
pub to: String,
pub timezone: String,
}Fields§
§period: String§from: String§to: String§timezone: StringTrait Implementations§
Source§impl Clone for ReportRangeQuery
impl Clone for ReportRangeQuery
Source§fn clone(&self) -> ReportRangeQuery
fn clone(&self) -> ReportRangeQuery
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 moreAuto Trait Implementations§
impl Freeze for ReportRangeQuery
impl RefUnwindSafe for ReportRangeQuery
impl Send for ReportRangeQuery
impl Sync for ReportRangeQuery
impl Unpin for ReportRangeQuery
impl UnsafeUnpin for ReportRangeQuery
impl UnwindSafe for ReportRangeQuery
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