Struct iquery::commands::ArchiveAccessorProvider
source · pub struct ArchiveAccessorProvider;
Trait Implementations§
source§impl Default for ArchiveAccessorProvider
impl Default for ArchiveAccessorProvider
source§fn default() -> ArchiveAccessorProvider
fn default() -> ArchiveAccessorProvider
Returns the “default value” for a type. Read more
source§impl DiagnosticsProvider for ArchiveAccessorProvider
impl DiagnosticsProvider for ArchiveAccessorProvider
fn snapshot<'life0, 'life1, 'life2, 'async_trait, D>(
&'life0 self,
accessor: &'life1 Option<String>,
selectors: &'life2 [String],
) -> Pin<Box<dyn Future<Output = Result<Vec<Data<D>>, Error>> + Send + 'async_trait>>where
D: DiagnosticsData + 'async_trait,
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for ArchiveAccessorProvider
impl RefUnwindSafe for ArchiveAccessorProvider
impl Send for ArchiveAccessorProvider
impl Sync for ArchiveAccessorProvider
impl Unpin for ArchiveAccessorProvider
impl UnwindSafe for ArchiveAccessorProvider
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