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