pub struct Blob<'p, P: Sqlite3BlobIo> { /* private fields */ }Expand description
RAII wrapper around an incremental blob handle.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'p, P> Freeze for Blob<'p, P>
impl<'p, P> RefUnwindSafe for Blob<'p, P>
impl<'p, P> !Send for Blob<'p, P>
impl<'p, P> !Sync for Blob<'p, P>
impl<'p, P> Unpin for Blob<'p, P>
impl<'p, P> UnsafeUnpin for Blob<'p, P>
impl<'p, P> UnwindSafe for Blob<'p, P>
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