pub struct PipeInit {
pub output: OutputFormat,
pub session: SessionConfig,
pub log: Vec<String>,
pub startup_argv: Vec<String>,
pub startup_args: Value,
pub startup_env: Value,
pub startup_requested: bool,
}Fields§
§output: OutputFormat§session: SessionConfig§log: Vec<String>§startup_argv: Vec<String>§startup_args: Value§startup_env: Value§startup_requested: boolAuto Trait Implementations§
impl Freeze for PipeInit
impl RefUnwindSafe for PipeInit
impl Send for PipeInit
impl Sync for PipeInit
impl Unpin for PipeInit
impl UnsafeUnpin for PipeInit
impl UnwindSafe for PipeInit
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