pub struct PipeInit {
pub config: ConfigPatch,
pub output_format: OutputFormat,
}Fields§
§config: ConfigPatch§output_format: OutputFormatAuto 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