pub struct DescribeClusterInput {
pub cluster_id: String,
}
Expand description
This input determines which cluster to describe.
Fields§
§cluster_id: String
The identifier of the cluster to describe.
Trait Implementations§
Source§impl Clone for DescribeClusterInput
impl Clone for DescribeClusterInput
Source§fn clone(&self) -> DescribeClusterInput
fn clone(&self) -> DescribeClusterInput
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 DescribeClusterInput
impl Debug for DescribeClusterInput
Source§impl Default for DescribeClusterInput
impl Default for DescribeClusterInput
Source§fn default() -> DescribeClusterInput
fn default() -> DescribeClusterInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeClusterInput
impl PartialEq for DescribeClusterInput
Source§impl Serialize for DescribeClusterInput
impl Serialize for DescribeClusterInput
impl StructuralPartialEq for DescribeClusterInput
Auto Trait Implementations§
impl Freeze for DescribeClusterInput
impl RefUnwindSafe for DescribeClusterInput
impl Send for DescribeClusterInput
impl Sync for DescribeClusterInput
impl Unpin for DescribeClusterInput
impl UnwindSafe for DescribeClusterInput
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