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