pub struct PauseRunResponse {
pub paused: bool,
pub run_id: String,
}Expand description
PauseRunResponse model.
Fields§
§paused: bool§run_id: StringTrait Implementations§
Source§impl Clone for PauseRunResponse
impl Clone for PauseRunResponse
Source§fn clone(&self) -> PauseRunResponse
fn clone(&self) -> PauseRunResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PauseRunResponse
impl Debug for PauseRunResponse
Source§impl Default for PauseRunResponse
impl Default for PauseRunResponse
Source§fn default() -> PauseRunResponse
fn default() -> PauseRunResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PauseRunResponse
impl<'de> Deserialize<'de> for PauseRunResponse
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 PauseRunResponse
impl PartialEq for PauseRunResponse
Source§impl Serialize for PauseRunResponse
impl Serialize for PauseRunResponse
impl StructuralPartialEq for PauseRunResponse
Auto Trait Implementations§
impl Freeze for PauseRunResponse
impl RefUnwindSafe for PauseRunResponse
impl Send for PauseRunResponse
impl Sync for PauseRunResponse
impl Unpin for PauseRunResponse
impl UnsafeUnpin for PauseRunResponse
impl UnwindSafe for PauseRunResponse
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