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