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