pub struct Config<'db, 'tbl> {
pub database: Identifier<'db>,
pub table: Identifier<'tbl>,
}Fields§
§database: Identifier<'db>§table: Identifier<'tbl>Trait Implementations§
Source§impl<'db, 'tbl> Ord for Config<'db, 'tbl>
impl<'db, 'tbl> Ord for Config<'db, 'tbl>
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<'db, 'tbl> PartialOrd for Config<'db, 'tbl>
impl<'db, 'tbl> PartialOrd for Config<'db, 'tbl>
impl<'db, 'tbl> Eq for Config<'db, 'tbl>
impl<'db, 'tbl> StructuralPartialEq for Config<'db, 'tbl>
Auto Trait Implementations§
impl<'db, 'tbl> Freeze for Config<'db, 'tbl>
impl<'db, 'tbl> RefUnwindSafe for Config<'db, 'tbl>
impl<'db, 'tbl> Send for Config<'db, 'tbl>
impl<'db, 'tbl> Sync for Config<'db, 'tbl>
impl<'db, 'tbl> Unpin for Config<'db, 'tbl>
impl<'db, 'tbl> UnwindSafe for Config<'db, 'tbl>
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