pub struct excludedTeamMemberIds;Trait Implementations§
Source§impl Field for excludedTeamMemberIds
impl Field for excludedTeamMemberIds
impl HasInputField<excludedTeamMemberIds, Option<Vec<Id>>> for UpdateTeamReviewAssignmentInput
Auto Trait Implementations§
impl Freeze for excludedTeamMemberIds
impl RefUnwindSafe for excludedTeamMemberIds
impl Send for excludedTeamMemberIds
impl Sync for excludedTeamMemberIds
impl Unpin for excludedTeamMemberIds
impl UnwindSafe for excludedTeamMemberIds
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