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