Struct aws_sdk_kafka::types::BrokerLogs
source · #[non_exhaustive]pub struct BrokerLogs { /* private fields */ }Implementations§
source§impl BrokerLogs
impl BrokerLogs
source§impl BrokerLogs
impl BrokerLogs
sourcepub fn builder() -> BrokerLogsBuilder
pub fn builder() -> BrokerLogsBuilder
Creates a new builder-style object to manufacture BrokerLogs.
Trait Implementations§
source§impl Clone for BrokerLogs
impl Clone for BrokerLogs
source§fn clone(&self) -> BrokerLogs
fn clone(&self) -> BrokerLogs
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 BrokerLogs
impl Debug for BrokerLogs
source§impl PartialEq<BrokerLogs> for BrokerLogs
impl PartialEq<BrokerLogs> for BrokerLogs
source§fn eq(&self, other: &BrokerLogs) -> bool
fn eq(&self, other: &BrokerLogs) -> bool
This method tests for
self and other values to be equal, and is used
by ==.