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