pub struct DescribeClusterOperationRequest {
pub cluster_operation_arn: String,
}Fields§
§cluster_operation_arn: String <p>The Amazon Resource Name (ARN) that uniquely identifies the MSK cluster operation.</p>
Trait Implementations§
Source§impl Clone for DescribeClusterOperationRequest
impl Clone for DescribeClusterOperationRequest
Source§fn clone(&self) -> DescribeClusterOperationRequest
fn clone(&self) -> DescribeClusterOperationRequest
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 Default for DescribeClusterOperationRequest
impl Default for DescribeClusterOperationRequest
Source§fn default() -> DescribeClusterOperationRequest
fn default() -> DescribeClusterOperationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeClusterOperationRequest
impl PartialEq for DescribeClusterOperationRequest
Source§fn eq(&self, other: &DescribeClusterOperationRequest) -> bool
fn eq(&self, other: &DescribeClusterOperationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeClusterOperationRequest
Auto Trait Implementations§
impl Freeze for DescribeClusterOperationRequest
impl RefUnwindSafe for DescribeClusterOperationRequest
impl Send for DescribeClusterOperationRequest
impl Sync for DescribeClusterOperationRequest
impl Unpin for DescribeClusterOperationRequest
impl UnwindSafe for DescribeClusterOperationRequest
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