pub struct FileCommentReactionHandler { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FileCommentReactionHandler
impl !UnwindSafe for FileCommentReactionHandler
impl Freeze for FileCommentReactionHandler
impl Send for FileCommentReactionHandler
impl Sync for FileCommentReactionHandler
impl Unpin for FileCommentReactionHandler
impl UnsafeUnpin for FileCommentReactionHandler
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