pub struct ActiveProfileInfo {
pub profile: Profile,
pub experiment_depth: usize,
}Expand description
Information about the currently active profile.
Fields§
§profile: Profile§experiment_depth: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ActiveProfileInfo
impl RefUnwindSafe for ActiveProfileInfo
impl Send for ActiveProfileInfo
impl Sync for ActiveProfileInfo
impl Unpin for ActiveProfileInfo
impl UnsafeUnpin for ActiveProfileInfo
impl UnwindSafe for ActiveProfileInfo
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