Enum SqlArgs
pub enum SqlArgs {
Positional(Vec<OwnedValue>),
Named(BTreeMap<String, OwnedValue>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SqlArgs
impl RefUnwindSafe for SqlArgs
impl Send for SqlArgs
impl Sync for SqlArgs
impl Unpin for SqlArgs
impl UnsafeUnpin for SqlArgs
impl UnwindSafe for SqlArgs
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