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