Struct aws_sdk_iot::input::GetRegistrationCodeInput
source · [−]#[non_exhaustive]pub struct GetRegistrationCodeInput {}
Expand description
The input to the GetRegistrationCode operation.
Implementations
sourceimpl GetRegistrationCodeInput
impl GetRegistrationCodeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRegistrationCode, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetRegistrationCode, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetRegistrationCode
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetRegistrationCodeInput
.
Trait Implementations
sourceimpl Clone for GetRegistrationCodeInput
impl Clone for GetRegistrationCodeInput
sourcefn clone(&self) -> GetRegistrationCodeInput
fn clone(&self) -> GetRegistrationCodeInput
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 Debug for GetRegistrationCodeInput
impl Debug for GetRegistrationCodeInput
sourceimpl PartialEq<GetRegistrationCodeInput> for GetRegistrationCodeInput
impl PartialEq<GetRegistrationCodeInput> for GetRegistrationCodeInput
sourcefn eq(&self, other: &GetRegistrationCodeInput) -> bool
fn eq(&self, other: &GetRegistrationCodeInput) -> bool
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
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