Searched defs:WriterState (Results 1 – 2 of 2) sorted by relevance
544 struct WriterState { struct546 header: HeaderState,548 flexible: bool,552 first_field_count: Option<u64>,555 fields_written: u64,559 panicked: bool,
226 struct WriterState { struct230 in_field: bool,234 quoting: bool,239 record_bytes: u64,506 impl Default for WriterState { implementation