pub enum DataFetcher {
Inspect(InspectFetcher),
Text(TextFetcher),
KeyValue(KeyValueFetcher),
None,
}
Variants§
Auto Trait Implementations§
impl Freeze for DataFetcher
impl RefUnwindSafe for DataFetcher
impl Send for DataFetcher
impl Sync for DataFetcher
impl Unpin for DataFetcher
impl UnwindSafe for DataFetcher
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