pub struct DataProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DataProvider
 
impl Clone for DataProvider
Source§fn clone(&self) -> DataProvider
 
fn clone(&self) -> DataProvider
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl DataProvider for DataProvider
 
impl DataProvider for DataProvider
Source§impl Debug for DataProvider
 
impl Debug for DataProvider
Source§impl Default for DataProvider
 
impl Default for DataProvider
Source§fn default() -> DataProvider
 
fn default() -> DataProvider
Returns the “default value” for a type. Read more
Source§impl Hash for DataProvider
 
impl Hash for DataProvider
Source§impl Ord for DataProvider
 
impl Ord for DataProvider
Source§fn cmp(&self, other: &DataProvider) -> Ordering
 
fn cmp(&self, other: &DataProvider) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DataProvider
 
impl PartialEq for DataProvider
Source§impl PartialOrd for DataProvider
 
impl PartialOrd for DataProvider
impl Copy for DataProvider
impl Eq for DataProvider
impl StructuralPartialEq for 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