pub struct DeleteClusterResponse {
pub cluster: Option<Cluster>,
}
Fields§
§cluster: Option<Cluster>
The full description of the deleted cluster.
Trait Implementations§
Source§impl Clone for DeleteClusterResponse
impl Clone for DeleteClusterResponse
Source§fn clone(&self) -> DeleteClusterResponse
fn clone(&self) -> DeleteClusterResponse
Returns a duplicate 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 DeleteClusterResponse
impl Debug for DeleteClusterResponse
Source§impl Default for DeleteClusterResponse
impl Default for DeleteClusterResponse
Source§fn default() -> DeleteClusterResponse
fn default() -> DeleteClusterResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteClusterResponse
impl<'de> Deserialize<'de> for DeleteClusterResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DeleteClusterResponse
impl PartialEq for DeleteClusterResponse
impl StructuralPartialEq for DeleteClusterResponse
Auto Trait Implementations§
impl Freeze for DeleteClusterResponse
impl RefUnwindSafe for DeleteClusterResponse
impl Send for DeleteClusterResponse
impl Sync for DeleteClusterResponse
impl Unpin for DeleteClusterResponse
impl UnwindSafe for DeleteClusterResponse
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