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