#[non_exhaustive]pub struct DeleteKxClusterOutput { /* private fields */ }Implementations§
source§impl DeleteKxClusterOutput
impl DeleteKxClusterOutput
sourcepub fn builder() -> DeleteKxClusterOutputBuilder
pub fn builder() -> DeleteKxClusterOutputBuilder
Creates a new builder-style object to manufacture DeleteKxClusterOutput.
Trait Implementations§
source§impl Clone for DeleteKxClusterOutput
impl Clone for DeleteKxClusterOutput
source§fn clone(&self) -> DeleteKxClusterOutput
fn clone(&self) -> DeleteKxClusterOutput
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 DeleteKxClusterOutput
impl Debug for DeleteKxClusterOutput
source§impl PartialEq for DeleteKxClusterOutput
impl PartialEq for DeleteKxClusterOutput
source§fn eq(&self, other: &DeleteKxClusterOutput) -> bool
fn eq(&self, other: &DeleteKxClusterOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DeleteKxClusterOutput
impl RequestId for DeleteKxClusterOutput
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 DeleteKxClusterOutput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteKxClusterOutput
impl Send for DeleteKxClusterOutput
impl Sync for DeleteKxClusterOutput
impl Unpin for DeleteKxClusterOutput
impl UnwindSafe for DeleteKxClusterOutput
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