pub struct ProfilingStructGenerator;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfilingStructGenerator
impl RefUnwindSafe for ProfilingStructGenerator
impl Send for ProfilingStructGenerator
impl Sync for ProfilingStructGenerator
impl Unpin for ProfilingStructGenerator
impl UnwindSafe for ProfilingStructGenerator
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