#[non_exhaustive]
pub struct Builder { /* private fields */ }
Expand description

A builder for Occurrences

Implementations

Appends an item to line_ranges.

To override the contents of this collection use set_line_ranges.

Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file. Non-binary text files include files such as HTML, XML, JSON, and TXT files.

Appends an item to offset_ranges.

To override the contents of this collection use set_offset_ranges.

Occurrences of sensitive data detected in a binary text file.

Occurrences of sensitive data detected in a binary text file.

Appends an item to pages.

To override the contents of this collection use set_pages.

Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.

Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.

Appends an item to records.

To override the contents of this collection use set_records.

Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.

Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.

Appends an item to cells.

To override the contents of this collection use set_cells.

Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.

Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.

Consumes the builder and constructs a Occurrences

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more