pub struct SyncDataProvider { /* private fields */ }Expand description
Deprecated: SyncDataProvider removed
Use the async data architecture (Phase 6) instead. Legacy code should migrate to ExecutionContext::prefetch_data().
Trait Implementations§
Source§impl Clone for SyncDataProvider
impl Clone for SyncDataProvider
Source§fn clone(&self) -> SyncDataProvider
fn clone(&self) -> SyncDataProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SyncDataProvider
impl RefUnwindSafe for SyncDataProvider
impl Send for SyncDataProvider
impl Sync for SyncDataProvider
impl Unpin for SyncDataProvider
impl UnsafeUnpin for SyncDataProvider
impl UnwindSafe for SyncDataProvider
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