#[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 get_type(&self) -> &Option<AnalyzeIdDetections>
pub fn get_type(&self) -> &Option<AnalyzeIdDetections>
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 get_value_detection(&self) -> &Option<AnalyzeIdDetections>
pub fn get_value_detection(&self) -> &Option<AnalyzeIdDetections>
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 for IdentityDocumentFieldBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for IdentityDocumentFieldBuilder
Auto Trait Implementations§
impl RefUnwindSafe for IdentityDocumentFieldBuilder
impl Send for IdentityDocumentFieldBuilder
impl Sync for IdentityDocumentFieldBuilder
impl Unpin for IdentityDocumentFieldBuilder
impl UnwindSafe for IdentityDocumentFieldBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.