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