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