pub struct ApiActionsForceCancelWorkflowRunPath {
pub owner: String,
pub repo: String,
pub run_id: i64,
}Fields§
§owner: String§repo: String§run_id: i64Trait Implementations§
Source§impl<'de> Deserialize<'de> for ApiActionsForceCancelWorkflowRunPath
impl<'de> Deserialize<'de> for ApiActionsForceCancelWorkflowRunPath
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 ApiActionsForceCancelWorkflowRunPath
impl RefUnwindSafe for ApiActionsForceCancelWorkflowRunPath
impl Send for ApiActionsForceCancelWorkflowRunPath
impl Sync for ApiActionsForceCancelWorkflowRunPath
impl Unpin for ApiActionsForceCancelWorkflowRunPath
impl UnsafeUnpin for ApiActionsForceCancelWorkflowRunPath
impl UnwindSafe for ApiActionsForceCancelWorkflowRunPath
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