pub struct GithubActionsRenderer;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GithubActionsRenderer
impl RefUnwindSafe for GithubActionsRenderer
impl Send for GithubActionsRenderer
impl Sync for GithubActionsRenderer
impl Unpin for GithubActionsRenderer
impl UnsafeUnpin for GithubActionsRenderer
impl UnwindSafe for GithubActionsRenderer
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