pub struct ContextSensitiveProfile {
pub context_stack: Vec<String>,
pub entry_count: u64,
pub children: Vec<ContextSensitiveProfile>,
}Fields§
§context_stack: Vec<String>§entry_count: u64§children: Vec<ContextSensitiveProfile>Implementations§
Auto Trait Implementations§
impl Freeze for ContextSensitiveProfile
impl RefUnwindSafe for ContextSensitiveProfile
impl Send for ContextSensitiveProfile
impl Sync for ContextSensitiveProfile
impl Unpin for ContextSensitiveProfile
impl UnsafeUnpin for ContextSensitiveProfile
impl UnwindSafe for ContextSensitiveProfile
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