pub struct DescribeClusterOperationResponse {
pub cluster_operation_info: Option<ClusterOperationInfo>,
}
Fields§
§cluster_operation_info: Option<ClusterOperationInfo>
<p>Cluster operation information</p>
Trait Implementations§
Source§impl Clone for DescribeClusterOperationResponse
impl Clone for DescribeClusterOperationResponse
Source§fn clone(&self) -> DescribeClusterOperationResponse
fn clone(&self) -> DescribeClusterOperationResponse
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 Default for DescribeClusterOperationResponse
impl Default for DescribeClusterOperationResponse
Source§fn default() -> DescribeClusterOperationResponse
fn default() -> DescribeClusterOperationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeClusterOperationResponse
impl<'de> Deserialize<'de> for DescribeClusterOperationResponse
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 DescribeClusterOperationResponse
impl PartialEq for DescribeClusterOperationResponse
Source§fn eq(&self, other: &DescribeClusterOperationResponse) -> bool
fn eq(&self, other: &DescribeClusterOperationResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeClusterOperationResponse
Auto Trait Implementations§
impl Freeze for DescribeClusterOperationResponse
impl RefUnwindSafe for DescribeClusterOperationResponse
impl Send for DescribeClusterOperationResponse
impl Sync for DescribeClusterOperationResponse
impl Unpin for DescribeClusterOperationResponse
impl UnwindSafe for DescribeClusterOperationResponse
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