pub struct GetBootstrapBrokersResponse {
pub bootstrap_broker_string: Option<String>,
pub bootstrap_broker_string_tls: Option<String>,
}Fields§
§bootstrap_broker_string: Option<String> <p>A string containing one or more hostname:port pairs.</p>
bootstrap_broker_string_tls: Option<String> <p>A string containing one or more DNS names (or IP) and TLS port pairs.</p>
Trait Implementations§
Source§impl Clone for GetBootstrapBrokersResponse
impl Clone for GetBootstrapBrokersResponse
Source§fn clone(&self) -> GetBootstrapBrokersResponse
fn clone(&self) -> GetBootstrapBrokersResponse
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 GetBootstrapBrokersResponse
impl Debug for GetBootstrapBrokersResponse
Source§impl Default for GetBootstrapBrokersResponse
impl Default for GetBootstrapBrokersResponse
Source§fn default() -> GetBootstrapBrokersResponse
fn default() -> GetBootstrapBrokersResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetBootstrapBrokersResponse
impl<'de> Deserialize<'de> for GetBootstrapBrokersResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for GetBootstrapBrokersResponse
Auto Trait Implementations§
impl Freeze for GetBootstrapBrokersResponse
impl RefUnwindSafe for GetBootstrapBrokersResponse
impl Send for GetBootstrapBrokersResponse
impl Sync for GetBootstrapBrokersResponse
impl Unpin for GetBootstrapBrokersResponse
impl UnwindSafe for GetBootstrapBrokersResponse
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