#[non_exhaustive]pub struct GetRegistrationCodeInput {}
Expand description
The input to the GetRegistrationCode operation.
Implementations§
source§impl GetRegistrationCodeInput
impl GetRegistrationCodeInput
sourcepub fn builder() -> GetRegistrationCodeInputBuilder
pub fn builder() -> GetRegistrationCodeInputBuilder
Creates a new builder-style object to manufacture GetRegistrationCodeInput
.
Trait Implementations§
source§impl Clone for GetRegistrationCodeInput
impl Clone for GetRegistrationCodeInput
source§fn clone(&self) -> GetRegistrationCodeInput
fn clone(&self) -> GetRegistrationCodeInput
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 GetRegistrationCodeInput
impl Debug for GetRegistrationCodeInput
source§impl PartialEq for GetRegistrationCodeInput
impl PartialEq for GetRegistrationCodeInput
source§fn eq(&self, other: &GetRegistrationCodeInput) -> bool
fn eq(&self, other: &GetRegistrationCodeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetRegistrationCodeInput
Auto Trait Implementations§
impl RefUnwindSafe for GetRegistrationCodeInput
impl Send for GetRegistrationCodeInput
impl Sync for GetRegistrationCodeInput
impl Unpin for GetRegistrationCodeInput
impl UnwindSafe for GetRegistrationCodeInput
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