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