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