Struct rsfbclient_core::NamedParams
source · [−]pub struct NamedParams {
pub sql: String,
/* private fields */
}
Expand description
Named params implementation.
Works on top of firebird positional parameters (?
)
Fields
sql: String
Implementations
Auto Trait Implementations
impl RefUnwindSafe for NamedParams
impl Send for NamedParams
impl Sync for NamedParams
impl Unpin for NamedParams
impl UnwindSafe for NamedParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more