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