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