#[non_exhaustive]pub struct TestCustomDataIdentifierOutput { /* private fields */ }
Implementations§
source§impl TestCustomDataIdentifierOutput
impl TestCustomDataIdentifierOutput
sourcepub fn match_count(&self) -> i32
pub fn match_count(&self) -> i32
The number of occurrences of sample text that matched the criteria specified by the custom data identifier.
source§impl TestCustomDataIdentifierOutput
impl TestCustomDataIdentifierOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestCustomDataIdentifierOutput
.
Trait Implementations§
source§impl Clone for TestCustomDataIdentifierOutput
impl Clone for TestCustomDataIdentifierOutput
source§fn clone(&self) -> TestCustomDataIdentifierOutput
fn clone(&self) -> TestCustomDataIdentifierOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<TestCustomDataIdentifierOutput> for TestCustomDataIdentifierOutput
impl PartialEq<TestCustomDataIdentifierOutput> for TestCustomDataIdentifierOutput
source§fn eq(&self, other: &TestCustomDataIdentifierOutput) -> bool
fn eq(&self, other: &TestCustomDataIdentifierOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.