pub struct ModelStepQuery { /* private fields */ }Expand description
The ?stream= query on the model step.
Trait Implementations§
Source§impl Debug for ModelStepQuery
impl Debug for ModelStepQuery
Source§impl Default for ModelStepQuery
impl Default for ModelStepQuery
Source§fn default() -> ModelStepQuery
fn default() -> ModelStepQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ModelStepQuery
impl<'de> Deserialize<'de> for ModelStepQuery
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 ModelStepQuery
impl RefUnwindSafe for ModelStepQuery
impl Send for ModelStepQuery
impl Sync for ModelStepQuery
impl Unpin for ModelStepQuery
impl UnsafeUnpin for ModelStepQuery
impl UnwindSafe for ModelStepQuery
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