pub struct OwnedSQL<V: SQLParam> {
pub chunks: SmallVec<[OwnedSQLChunk<V>; 3]>,
}Fields§
§chunks: SmallVec<[OwnedSQLChunk<V>; 3]>Trait Implementations§
Auto Trait Implementations§
impl<V> Freeze for OwnedSQL<V>where
V: Freeze,
impl<V> !RefUnwindSafe for OwnedSQL<V>
impl<V> Send for OwnedSQL<V>where
V: Send,
impl<V> Sync for OwnedSQL<V>where
V: Sync,
impl<V> Unpin for OwnedSQL<V>where
V: Unpin,
impl<V> !UnwindSafe for OwnedSQL<V>
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