Struct dev_scope::shared::prelude::ReportBuilder
source · pub struct ReportBuilder<'a> { /* private fields */ }
Implementations§
source§impl<'a> ReportBuilder<'a>
impl<'a> ReportBuilder<'a>
pub async fn new( capture: &OutputCapture, config: &'a FoundConfig ) -> Result<Self>
pub fn write_local_report(&self) -> Result<()>
pub async fn distribute_report(&self) -> Result<()>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ReportBuilder<'a>
impl<'a> Send for ReportBuilder<'a>
impl<'a> Sync for ReportBuilder<'a>
impl<'a> Unpin for ReportBuilder<'a>
impl<'a> UnwindSafe for ReportBuilder<'a>
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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