Struct aws_sdk_iot::model::MqttContext
source · #[non_exhaustive]pub struct MqttContext { /* private fields */ }
Expand description
Specifies the MQTT context to use for the test authorizer request
Implementations§
source§impl MqttContext
impl MqttContext
source§impl MqttContext
impl MqttContext
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MqttContext
.
Trait Implementations§
source§impl Clone for MqttContext
impl Clone for MqttContext
source§fn clone(&self) -> MqttContext
fn clone(&self) -> MqttContext
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 MqttContext
impl Debug for MqttContext
source§impl PartialEq<MqttContext> for MqttContext
impl PartialEq<MqttContext> for MqttContext
source§fn eq(&self, other: &MqttContext) -> bool
fn eq(&self, other: &MqttContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.