pub struct GetBootstrapBrokersRequest {
pub cluster_arn: String,
}Fields§
§cluster_arn: String <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
Trait Implementations§
Source§impl Clone for GetBootstrapBrokersRequest
impl Clone for GetBootstrapBrokersRequest
Source§fn clone(&self) -> GetBootstrapBrokersRequest
fn clone(&self) -> GetBootstrapBrokersRequest
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 GetBootstrapBrokersRequest
impl Debug for GetBootstrapBrokersRequest
Source§impl Default for GetBootstrapBrokersRequest
impl Default for GetBootstrapBrokersRequest
Source§fn default() -> GetBootstrapBrokersRequest
fn default() -> GetBootstrapBrokersRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetBootstrapBrokersRequest
Auto Trait Implementations§
impl Freeze for GetBootstrapBrokersRequest
impl RefUnwindSafe for GetBootstrapBrokersRequest
impl Send for GetBootstrapBrokersRequest
impl Sync for GetBootstrapBrokersRequest
impl Unpin for GetBootstrapBrokersRequest
impl UnwindSafe for GetBootstrapBrokersRequest
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