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