pub enum TracingResourceEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TracingResourceEvent
impl RefUnwindSafe for TracingResourceEvent
impl Send for TracingResourceEvent
impl Sync for TracingResourceEvent
impl Unpin for TracingResourceEvent
impl UnwindSafe for TracingResourceEvent
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