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