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