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