pub struct ExternalAuthenticationMethod1CodeBuilder { /* private fields */ }Expand description
Builder for ExternalAuthenticationMethod1Code.
Implementations§
Source§impl ExternalAuthenticationMethod1CodeBuilder
impl ExternalAuthenticationMethod1CodeBuilder
pub fn value(&mut self, value: String) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<ExternalAuthenticationMethod1Code, ExternalAuthenticationMethod1CodeBuilderError>
pub fn build( &self, ) -> Result<ExternalAuthenticationMethod1Code, ExternalAuthenticationMethod1CodeBuilderError>
Builds a new ExternalAuthenticationMethod1Code.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for ExternalAuthenticationMethod1CodeBuilder
impl Clone for ExternalAuthenticationMethod1CodeBuilder
Source§fn clone(&self) -> ExternalAuthenticationMethod1CodeBuilder
fn clone(&self) -> ExternalAuthenticationMethod1CodeBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ExternalAuthenticationMethod1CodeBuilder
impl RefUnwindSafe for ExternalAuthenticationMethod1CodeBuilder
impl Send for ExternalAuthenticationMethod1CodeBuilder
impl Sync for ExternalAuthenticationMethod1CodeBuilder
impl Unpin for ExternalAuthenticationMethod1CodeBuilder
impl UnsafeUnpin for ExternalAuthenticationMethod1CodeBuilder
impl UnwindSafe for ExternalAuthenticationMethod1CodeBuilder
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