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