pub struct DataProvider { /* private fields */ }
Implementations§
Source§impl DataProvider
impl DataProvider
Auto Trait Implementations§
impl Freeze for DataProvider
impl !RefUnwindSafe for DataProvider
impl !Send for DataProvider
impl !Sync for DataProvider
impl Unpin for DataProvider
impl !UnwindSafe for DataProvider
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