pub struct unarchiveRepository;
Trait Implementations§
Source§impl Field for unarchiveRepository
impl Field for unarchiveRepository
Source§impl HasArgument<input> for unarchiveRepository
impl HasArgument<input> for unarchiveRepository
Source§type ArgumentType = UnarchiveRepositoryInput
type ArgumentType = UnarchiveRepositoryInput
The schema marker type of this argument.
Source§impl HasField<unarchiveRepository> for Mutation
impl HasField<unarchiveRepository> for Mutation
Source§type Type = Option<UnarchiveRepositoryPayload>
type Type = Option<UnarchiveRepositoryPayload>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for unarchiveRepository
impl RefUnwindSafe for unarchiveRepository
impl Send for unarchiveRepository
impl Sync for unarchiveRepository
impl Unpin for unarchiveRepository
impl UnwindSafe for unarchiveRepository
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