Struct sqlite_collections::ds::map::Config
source · 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> PartialEq for Config<'db, 'tbl>
impl<'db, 'tbl> PartialEq for Config<'db, 'tbl>
source§impl<'db, 'tbl> PartialOrd for Config<'db, 'tbl>
impl<'db, 'tbl> PartialOrd for Config<'db, 'tbl>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl<'db, 'tbl> Eq for Config<'db, 'tbl>
impl<'db, 'tbl> StructuralEq for Config<'db, 'tbl>
impl<'db, 'tbl> StructuralPartialEq for Config<'db, 'tbl>
Auto Trait Implementations§
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more