pub struct GithubFormatter;Expand description
GitHub Actions workflow command formatter.
Outputs violations as ::warning commands that GitHub Actions
interprets as file annotations visible in pull request diffs.
Format: ::warning file={path},line={line},col={col}::{message}
Implementations§
Auto Trait Implementations§
impl Freeze for GithubFormatter
impl RefUnwindSafe for GithubFormatter
impl Send for GithubFormatter
impl Sync for GithubFormatter
impl Unpin for GithubFormatter
impl UnsafeUnpin for GithubFormatter
impl UnwindSafe for GithubFormatter
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