Struct background_hang_monitor::sampler::DummySampler
source · pub struct DummySampler;
Implementations§
Trait Implementations§
source§impl Sampler for DummySampler
impl Sampler for DummySampler
fn suspend_and_sample_thread(&self) -> Result<NativeStack, ()>
Auto Trait Implementations§
impl Freeze for DummySampler
impl RefUnwindSafe for DummySampler
impl Send for DummySampler
impl Sync for DummySampler
impl Unpin for DummySampler
impl UnwindSafe for DummySampler
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