Struct controller::psql::PsqlOutput
source · pub struct PsqlOutput {
pub stdout: Option<String>,
pub stderr: Option<String>,
pub success: bool,
}Fields§
§stdout: Option<String>§stderr: Option<String>§success: boolImplementations§
Auto Trait Implementations§
impl RefUnwindSafe for PsqlOutput
impl Send for PsqlOutput
impl Sync for PsqlOutput
impl Unpin for PsqlOutput
impl UnwindSafe for PsqlOutput
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