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