pub struct UpdateTeamReviewAssignmentPayload;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UpdateTeamReviewAssignmentPayload
impl RefUnwindSafe for UpdateTeamReviewAssignmentPayload
impl Send for UpdateTeamReviewAssignmentPayload
impl Sync for UpdateTeamReviewAssignmentPayload
impl Unpin for UpdateTeamReviewAssignmentPayload
impl UnwindSafe for UpdateTeamReviewAssignmentPayload
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