pub struct UpdateRepositoryInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateRepositoryInput
impl HasInputField<description, Option<String>> for UpdateRepositoryInput
impl HasInputField<hasDiscussionsEnabled, Option<bool>> for UpdateRepositoryInput
impl HasInputField<hasIssuesEnabled, Option<bool>> for UpdateRepositoryInput
impl HasInputField<hasProjectsEnabled, Option<bool>> for UpdateRepositoryInput
impl HasInputField<hasWikiEnabled, Option<bool>> for UpdateRepositoryInput
impl HasInputField<homepageUrl, Option<URI>> for UpdateRepositoryInput
impl HasInputField<name, Option<String>> for UpdateRepositoryInput
impl HasInputField<repositoryId, Id> for UpdateRepositoryInput
impl HasInputField<template, Option<bool>> for UpdateRepositoryInput
impl InputObjectMarker for UpdateRepositoryInput
Auto Trait Implementations§
impl Freeze for UpdateRepositoryInput
impl RefUnwindSafe for UpdateRepositoryInput
impl Send for UpdateRepositoryInput
impl Sync for UpdateRepositoryInput
impl Unpin for UpdateRepositoryInput
impl UnwindSafe for UpdateRepositoryInput
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