pub struct ProfileReporter { /* private fields */ }Implementations§
Source§impl ProfileReporter
impl ProfileReporter
pub fn new(config: ReporterConfig) -> Self
pub fn add_profile(&self, profile: CommonProfileData)
pub fn start_periodic_reporting(&self) -> Option<JoinHandle<()>>
pub fn send_now(&self) -> Result<(), String>
Auto Trait Implementations§
impl Freeze for ProfileReporter
impl !RefUnwindSafe for ProfileReporter
impl Send for ProfileReporter
impl Sync for ProfileReporter
impl Unpin for ProfileReporter
impl !UnwindSafe for ProfileReporter
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