#[non_exhaustive]pub struct DeleteWorkspaceApiKeyOutput { /* private fields */ }Implementations§
source§impl DeleteWorkspaceApiKeyOutput
 
impl DeleteWorkspaceApiKeyOutput
sourcepub fn builder() -> DeleteWorkspaceApiKeyOutputBuilder
 
pub fn builder() -> DeleteWorkspaceApiKeyOutputBuilder
Creates a new builder-style object to manufacture DeleteWorkspaceApiKeyOutput.
Trait Implementations§
source§impl Clone for DeleteWorkspaceApiKeyOutput
 
impl Clone for DeleteWorkspaceApiKeyOutput
source§fn clone(&self) -> DeleteWorkspaceApiKeyOutput
 
fn clone(&self) -> DeleteWorkspaceApiKeyOutput
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 DeleteWorkspaceApiKeyOutput
 
impl Debug for DeleteWorkspaceApiKeyOutput
source§impl PartialEq<DeleteWorkspaceApiKeyOutput> for DeleteWorkspaceApiKeyOutput
 
impl PartialEq<DeleteWorkspaceApiKeyOutput> for DeleteWorkspaceApiKeyOutput
source§fn eq(&self, other: &DeleteWorkspaceApiKeyOutput) -> bool
 
fn eq(&self, other: &DeleteWorkspaceApiKeyOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteWorkspaceApiKeyOutput
 
impl RequestId for DeleteWorkspaceApiKeyOutput
source§fn request_id(&self) -> Option<&str>
 
fn request_id(&self) -> Option<&str>
Returns the request ID, or 
None if the service could not be reached.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§
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