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