pub struct NamedParams {
pub sql: String,
/* private fields */
}Expand description
Named params implementation.
Works on top of firebird positional parameters (?)
Fields§
§sql: StringImplementations§
Auto Trait Implementations§
impl Freeze for NamedParams
impl RefUnwindSafe for NamedParams
impl Send for NamedParams
impl Sync for NamedParams
impl Unpin for NamedParams
impl UnwindSafe for NamedParams
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