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