pub struct ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody {
pub body: ActionsSetDefaultWorkflowPermissions,
}Fields§
§body: ActionsSetDefaultWorkflowPermissionsTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody
impl RefUnwindSafe for ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody
impl Send for ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody
impl Sync for ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody
impl Unpin for ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody
impl UnsafeUnpin for ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody
impl UnwindSafe for ApiActionsSetGithubActionsDefaultWorkflowPermissionsRepositoryRequestOutBody
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