pub struct UpdateTeamsRepositoryInput;
Trait Implementations§
impl HasInputField<clientMutationId, Option<String>> for UpdateTeamsRepositoryInput
impl HasInputField<permission, RepositoryPermission> for UpdateTeamsRepositoryInput
impl HasInputField<repositoryId, Id> for UpdateTeamsRepositoryInput
impl HasInputField<teamIds, Vec<Id>> for UpdateTeamsRepositoryInput
impl InputObjectMarker for UpdateTeamsRepositoryInput
Auto Trait Implementations§
impl Freeze for UpdateTeamsRepositoryInput
impl RefUnwindSafe for UpdateTeamsRepositoryInput
impl Send for UpdateTeamsRepositoryInput
impl Sync for UpdateTeamsRepositoryInput
impl Unpin for UpdateTeamsRepositoryInput
impl UnwindSafe for UpdateTeamsRepositoryInput
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