pub struct ExecParse {
pub schema: String,
pub each: bool,
}Expand description
The -> ingestion contract on an exec: stdout must parse as schema
(one object) or, with each, as a JSONL/array stream of schema.
Fields§
§schema: String§each: boolTrait Implementations§
impl Eq for ExecParse
impl StructuralPartialEq for ExecParse
Auto Trait Implementations§
impl Freeze for ExecParse
impl RefUnwindSafe for ExecParse
impl Send for ExecParse
impl Sync for ExecParse
impl Unpin for ExecParse
impl UnsafeUnpin for ExecParse
impl UnwindSafe for ExecParse
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