pub struct StatsRequirements {
pub tables: HashSet<String>,
pub columns: HashSet<(String, String)>,
}Fields§
§tables: HashSet<String>§columns: HashSet<(String, String)>Trait Implementations§
Source§impl Default for StatsRequirements
impl Default for StatsRequirements
Source§fn default() -> StatsRequirements
fn default() -> StatsRequirements
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatsRequirements
impl RefUnwindSafe for StatsRequirements
impl Send for StatsRequirements
impl Sync for StatsRequirements
impl Unpin for StatsRequirements
impl UnwindSafe for StatsRequirements
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