pub struct DeleteClusterResult {
pub cluster: Option<Cluster>,
}
Fields§
§cluster: Option<Cluster>
Trait Implementations§
Source§impl Clone for DeleteClusterResult
impl Clone for DeleteClusterResult
Source§fn clone(&self) -> DeleteClusterResult
fn clone(&self) -> DeleteClusterResult
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 DeleteClusterResult
impl Debug for DeleteClusterResult
Source§impl Default for DeleteClusterResult
impl Default for DeleteClusterResult
Source§fn default() -> DeleteClusterResult
fn default() -> DeleteClusterResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteClusterResult
impl PartialEq for DeleteClusterResult
impl StructuralPartialEq for DeleteClusterResult
Auto Trait Implementations§
impl Freeze for DeleteClusterResult
impl RefUnwindSafe for DeleteClusterResult
impl Send for DeleteClusterResult
impl Sync for DeleteClusterResult
impl Unpin for DeleteClusterResult
impl UnwindSafe for DeleteClusterResult
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