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