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