pub struct VectorXLite { /* private fields */ }Implementations§
Source§impl VectorXLite
impl VectorXLite
pub fn new( connection_pool: Pool<SqliteConnectionManager>, ) -> Result<VectorXLite, VecXError>
Source§impl VectorXLite
impl VectorXLite
Auto Trait Implementations§
impl Freeze for VectorXLite
impl !RefUnwindSafe for VectorXLite
impl Send for VectorXLite
impl Sync for VectorXLite
impl Unpin for VectorXLite
impl !UnwindSafe for VectorXLite
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