pub struct GetReportParams {
pub format: Option<ReportFormat>,
}Expand description
Query parameters for getting a report
Fields§
§format: Option<ReportFormat>Trait Implementations§
Source§impl Clone for GetReportParams
impl Clone for GetReportParams
Source§fn clone(&self) -> GetReportParams
fn clone(&self) -> GetReportParams
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 GetReportParams
impl Debug for GetReportParams
Source§impl<'de> Deserialize<'de> for GetReportParams
impl<'de> Deserialize<'de> for GetReportParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetReportParams
impl RefUnwindSafe for GetReportParams
impl Send for GetReportParams
impl Sync for GetReportParams
impl Unpin for GetReportParams
impl UnwindSafe for GetReportParams
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