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