Struct aws_sdk_ssm::input::UnlabelParameterVersionInput
source · [−]#[non_exhaustive]pub struct UnlabelParameterVersionInput { /* private fields */ }
Implementations
sourceimpl UnlabelParameterVersionInput
impl UnlabelParameterVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UnlabelParameterVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UnlabelParameterVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UnlabelParameterVersion
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnlabelParameterVersionInput
.
sourceimpl UnlabelParameterVersionInput
impl UnlabelParameterVersionInput
Trait Implementations
sourceimpl Clone for UnlabelParameterVersionInput
impl Clone for UnlabelParameterVersionInput
sourcefn clone(&self) -> UnlabelParameterVersionInput
fn clone(&self) -> UnlabelParameterVersionInput
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 UnlabelParameterVersionInput
impl Debug for UnlabelParameterVersionInput
sourceimpl PartialEq<UnlabelParameterVersionInput> for UnlabelParameterVersionInput
impl PartialEq<UnlabelParameterVersionInput> for UnlabelParameterVersionInput
sourcefn eq(&self, other: &UnlabelParameterVersionInput) -> bool
fn eq(&self, other: &UnlabelParameterVersionInput) -> bool
impl StructuralPartialEq for UnlabelParameterVersionInput
Auto Trait Implementations
impl RefUnwindSafe for UnlabelParameterVersionInput
impl Send for UnlabelParameterVersionInput
impl Sync for UnlabelParameterVersionInput
impl Unpin for UnlabelParameterVersionInput
impl UnwindSafe for UnlabelParameterVersionInput
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