#[non_exhaustive]pub struct GetSequenceStoreInput { /* private fields */ }
Implementations§
source§impl GetSequenceStoreInput
impl GetSequenceStoreInput
sourcepub fn builder() -> GetSequenceStoreInputBuilder
pub fn builder() -> GetSequenceStoreInputBuilder
Creates a new builder-style object to manufacture GetSequenceStoreInput
.
source§impl GetSequenceStoreInput
impl GetSequenceStoreInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSequenceStore, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetSequenceStore, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSequenceStore
>
Trait Implementations§
source§impl Clone for GetSequenceStoreInput
impl Clone for GetSequenceStoreInput
source§fn clone(&self) -> GetSequenceStoreInput
fn clone(&self) -> GetSequenceStoreInput
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 GetSequenceStoreInput
impl Debug for GetSequenceStoreInput
source§impl PartialEq<GetSequenceStoreInput> for GetSequenceStoreInput
impl PartialEq<GetSequenceStoreInput> for GetSequenceStoreInput
source§fn eq(&self, other: &GetSequenceStoreInput) -> bool
fn eq(&self, other: &GetSequenceStoreInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetSequenceStoreInput
Auto Trait Implementations§
impl RefUnwindSafe for GetSequenceStoreInput
impl Send for GetSequenceStoreInput
impl Sync for GetSequenceStoreInput
impl Unpin for GetSequenceStoreInput
impl UnwindSafe for GetSequenceStoreInput
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