pub struct TracingState {
pub reload_handle: ReloadHandle,
}Fields§
§reload_handle: ReloadHandleAuto Trait Implementations§
impl Freeze for TracingState
impl RefUnwindSafe for TracingState
impl Send for TracingState
impl Sync for TracingState
impl Unpin for TracingState
impl UnwindSafe for TracingState
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