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