pub struct GithubReporter { /* private fields */ }Expand description
GitHub Actions reporter plugin.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GithubReporter
impl RefUnwindSafe for GithubReporter
impl Send for GithubReporter
impl Sync for GithubReporter
impl Unpin for GithubReporter
impl UnsafeUnpin for GithubReporter
impl UnwindSafe for GithubReporter
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