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