pub struct DbKey {
pub db: Db,
pub name: String,
}Fields§
§db: Db§name: StringImplementations§
Trait Implementations§
impl Eq for DbKey
impl StructuralPartialEq for DbKey
Auto Trait Implementations§
impl Freeze for DbKey
impl RefUnwindSafe for DbKey
impl Send for DbKey
impl Sync for DbKey
impl Unpin for DbKey
impl UnwindSafe for DbKey
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