pub struct Uri<L: Location = CString> { /* private fields */ }Expand description
A SQLite database URI Endpoint.
Implementations§
Trait Implementations§
Source§impl<L: Location> IntoEndpoint for Uri<L>
impl<L: Location> IntoEndpoint for Uri<L>
impl<L: Copy + Location> Copy for Uri<L>
impl<L: Eq + Location> Eq for Uri<L>
impl<L: Location> StructuralPartialEq for Uri<L>
Auto Trait Implementations§
impl<L> Freeze for Uri<L>where
L: Freeze,
impl<L> RefUnwindSafe for Uri<L>where
L: RefUnwindSafe,
impl<L> Send for Uri<L>where
L: Send,
impl<L> Sync for Uri<L>where
L: Sync,
impl<L> Unpin for Uri<L>where
L: Unpin,
impl<L> UnsafeUnpin for Uri<L>where
L: UnsafeUnpin,
impl<L> UnwindSafe for Uri<L>where
L: UnwindSafe,
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