pub struct SampleBasedProfileGenerator {
pub stack_traces: Vec<Vec<String>>,
pub sample_interval: u64,
}Fields§
§stack_traces: Vec<Vec<String>>§sample_interval: u64Implementations§
Auto Trait Implementations§
impl Freeze for SampleBasedProfileGenerator
impl RefUnwindSafe for SampleBasedProfileGenerator
impl Send for SampleBasedProfileGenerator
impl Sync for SampleBasedProfileGenerator
impl Unpin for SampleBasedProfileGenerator
impl UnsafeUnpin for SampleBasedProfileGenerator
impl UnwindSafe for SampleBasedProfileGenerator
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