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