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