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