pub struct DatabaseTable { /* private fields */ }Expand description
An sqlite table with its statement strings
Implementations§
Auto Trait Implementations§
impl Freeze for DatabaseTable
impl RefUnwindSafe for DatabaseTable
impl Send for DatabaseTable
impl Sync for DatabaseTable
impl Unpin for DatabaseTable
impl UnwindSafe for DatabaseTable
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