#[non_exhaustive]pub struct DeleteWorkspaceApiKeyOutput { /* private fields */ }
Implementations
sourceimpl DeleteWorkspaceApiKeyOutput
impl DeleteWorkspaceApiKeyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteWorkspaceApiKeyOutput
.
Trait Implementations
sourceimpl Clone for DeleteWorkspaceApiKeyOutput
impl Clone for DeleteWorkspaceApiKeyOutput
sourcefn clone(&self) -> DeleteWorkspaceApiKeyOutput
fn clone(&self) -> DeleteWorkspaceApiKeyOutput
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 DeleteWorkspaceApiKeyOutput
impl Debug for DeleteWorkspaceApiKeyOutput
sourceimpl PartialEq<DeleteWorkspaceApiKeyOutput> for DeleteWorkspaceApiKeyOutput
impl PartialEq<DeleteWorkspaceApiKeyOutput> for DeleteWorkspaceApiKeyOutput
sourcefn eq(&self, other: &DeleteWorkspaceApiKeyOutput) -> bool
fn eq(&self, other: &DeleteWorkspaceApiKeyOutput) -> bool
impl StructuralPartialEq for DeleteWorkspaceApiKeyOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteWorkspaceApiKeyOutput
impl Send for DeleteWorkspaceApiKeyOutput
impl Sync for DeleteWorkspaceApiKeyOutput
impl Unpin for DeleteWorkspaceApiKeyOutput
impl UnwindSafe for DeleteWorkspaceApiKeyOutput
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