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