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