#[non_exhaustive]pub struct TestCustomDataIdentifierOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl TestCustomDataIdentifierOutput
impl TestCustomDataIdentifierOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TestCustomDataIdentifierOutput
.
Trait Implementations
sourceimpl Clone for TestCustomDataIdentifierOutput
impl Clone for TestCustomDataIdentifierOutput
sourcefn clone(&self) -> TestCustomDataIdentifierOutput
fn clone(&self) -> TestCustomDataIdentifierOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<TestCustomDataIdentifierOutput> for TestCustomDataIdentifierOutput
impl PartialEq<TestCustomDataIdentifierOutput> for TestCustomDataIdentifierOutput
sourcefn eq(&self, other: &TestCustomDataIdentifierOutput) -> bool
fn eq(&self, other: &TestCustomDataIdentifierOutput) -> bool
impl StructuralPartialEq for TestCustomDataIdentifierOutput
Auto Trait Implementations
impl RefUnwindSafe for TestCustomDataIdentifierOutput
impl Send for TestCustomDataIdentifierOutput
impl Sync for TestCustomDataIdentifierOutput
impl Unpin for TestCustomDataIdentifierOutput
impl UnwindSafe for TestCustomDataIdentifierOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more