pub struct GetReportPath {
pub run_id: String,
}Expand description
path parameters for getReport.
Fields§
§run_id: StringIdentifier of the run.
Trait Implementations§
Source§impl Clone for GetReportPath
impl Clone for GetReportPath
Source§impl Debug for GetReportPath
impl Debug for GetReportPath
Source§impl<'de> Deserialize<'de> for GetReportPath
impl<'de> Deserialize<'de> for GetReportPath
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
Source§impl PartialEq for GetReportPath
impl PartialEq for GetReportPath
Source§impl Serialize for GetReportPath
impl Serialize for GetReportPath
impl StructuralPartialEq for GetReportPath
Auto Trait Implementations§
impl Freeze for GetReportPath
impl RefUnwindSafe for GetReportPath
impl Send for GetReportPath
impl Sync for GetReportPath
impl Unpin for GetReportPath
impl UnsafeUnpin for GetReportPath
impl UnwindSafe for GetReportPath
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