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