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