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