pub struct GithubFormatter;Expand description
Formatter for GitHub Actions output
Trait 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 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