pub struct BatchIntrospector { /* private fields */ }Expand description
Helper to batch introspection queries.
Some databases allow fetching metadata for multiple tables in a single query. This helper creates batches of table names for such queries.
Implementations§
Source§impl BatchIntrospector
impl BatchIntrospector
Auto Trait Implementations§
impl Freeze for BatchIntrospector
impl RefUnwindSafe for BatchIntrospector
impl Send for BatchIntrospector
impl Sync for BatchIntrospector
impl Unpin for BatchIntrospector
impl UnwindSafe for BatchIntrospector
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