pub struct SerializedDb<'p, P: Sqlite3Serialize> { /* private fields */ }Expand description
Serialized database buffer owned by the backend.
Implementations§
Trait Implementations§
Source§impl<'p, P: Sqlite3Serialize> Drop for SerializedDb<'p, P>
impl<'p, P: Sqlite3Serialize> Drop for SerializedDb<'p, P>
Auto Trait Implementations§
impl<'p, P> Freeze for SerializedDb<'p, P>
impl<'p, P> RefUnwindSafe for SerializedDb<'p, P>where
P: RefUnwindSafe,
impl<'p, P> !Send for SerializedDb<'p, P>
impl<'p, P> !Sync for SerializedDb<'p, P>
impl<'p, P> Unpin for SerializedDb<'p, P>
impl<'p, P> UnsafeUnpin for SerializedDb<'p, P>
impl<'p, P> UnwindSafe for SerializedDb<'p, P>where
P: RefUnwindSafe,
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