pub struct SetProfilerError;
Expand description
Indicates that setting the profiler has gone awry, probably because the profiler has already been set.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetProfilerError
impl RefUnwindSafe for SetProfilerError
impl Send for SetProfilerError
impl Sync for SetProfilerError
impl Unpin for SetProfilerError
impl UnwindSafe for SetProfilerError
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