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