pub struct UpdateTeamReviewAssignmentInput;
Trait Implementations§
impl HasInputField<algorithm, Option<TeamReviewAssignmentAlgorithm>> for UpdateTeamReviewAssignmentInput
impl HasInputField<clientMutationId, Option<String>> for UpdateTeamReviewAssignmentInput
impl HasInputField<enabled, bool> for UpdateTeamReviewAssignmentInput
impl HasInputField<excludedTeamMemberIds, Option<Vec<Id>>> for UpdateTeamReviewAssignmentInput
impl HasInputField<id, Id> for UpdateTeamReviewAssignmentInput
impl HasInputField<notifyTeam, Option<bool>> for UpdateTeamReviewAssignmentInput
impl HasInputField<teamMemberCount, Option<i32>> for UpdateTeamReviewAssignmentInput
impl InputObjectMarker for UpdateTeamReviewAssignmentInput
Auto Trait Implementations§
impl Freeze for UpdateTeamReviewAssignmentInput
impl RefUnwindSafe for UpdateTeamReviewAssignmentInput
impl Send for UpdateTeamReviewAssignmentInput
impl Sync for UpdateTeamReviewAssignmentInput
impl Unpin for UpdateTeamReviewAssignmentInput
impl UnwindSafe for UpdateTeamReviewAssignmentInput
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