pub(crate) struct PsqlCommandBuilder {
database: String,
cmd: Command,
}
Fields§
§database: String
§cmd: Command
Implementations§
Auto Trait Implementations§
impl Freeze for PsqlCommandBuilder
impl !RefUnwindSafe for PsqlCommandBuilder
impl Send for PsqlCommandBuilder
impl Sync for PsqlCommandBuilder
impl Unpin for PsqlCommandBuilder
impl !UnwindSafe for PsqlCommandBuilder
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