#[non_exhaustive]pub struct IdentityDocumentFieldBuilder { /* private fields */ }Expand description
A builder for IdentityDocumentField.
Implementations§
source§impl IdentityDocumentFieldBuilder
impl IdentityDocumentFieldBuilder
sourcepub fn type(self, input: AnalyzeIdDetections) -> Self
pub fn type(self, input: AnalyzeIdDetections) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn set_type(self, input: Option<AnalyzeIdDetections>) -> Self
pub fn set_type(self, input: Option<AnalyzeIdDetections>) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn value_detection(self, input: AnalyzeIdDetections) -> Self
pub fn value_detection(self, input: AnalyzeIdDetections) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn set_value_detection(self, input: Option<AnalyzeIdDetections>) -> Self
pub fn set_value_detection(self, input: Option<AnalyzeIdDetections>) -> Self
Used to contain the information detected by an AnalyzeID operation.
sourcepub fn build(self) -> IdentityDocumentField
pub fn build(self) -> IdentityDocumentField
Consumes the builder and constructs a IdentityDocumentField.
Trait Implementations§
source§impl Clone for IdentityDocumentFieldBuilder
impl Clone for IdentityDocumentFieldBuilder
source§fn clone(&self) -> IdentityDocumentFieldBuilder
fn clone(&self) -> IdentityDocumentFieldBuilder
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 Debug for IdentityDocumentFieldBuilder
impl Debug for IdentityDocumentFieldBuilder
source§impl Default for IdentityDocumentFieldBuilder
impl Default for IdentityDocumentFieldBuilder
source§fn default() -> IdentityDocumentFieldBuilder
fn default() -> IdentityDocumentFieldBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<IdentityDocumentFieldBuilder> for IdentityDocumentFieldBuilder
impl PartialEq<IdentityDocumentFieldBuilder> for IdentityDocumentFieldBuilder
source§fn eq(&self, other: &IdentityDocumentFieldBuilder) -> bool
fn eq(&self, other: &IdentityDocumentFieldBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.