Struct aws_sdk_iotwireless::model::TraceContent
source · #[non_exhaustive]pub struct TraceContent { /* private fields */ }
Expand description
Trace content for your wireless gateway and wireless device resources.
Implementations§
source§impl TraceContent
impl TraceContent
sourcepub fn wireless_device_frame_info(&self) -> Option<&WirelessDeviceFrameInfo>
pub fn wireless_device_frame_info(&self) -> Option<&WirelessDeviceFrameInfo>
FrameInfo
of your wireless device resources for the trace content. Use FrameInfo to debug the communication between your LoRaWAN end devices and the network server.
source§impl TraceContent
impl TraceContent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TraceContent
.
Trait Implementations§
source§impl Clone for TraceContent
impl Clone for TraceContent
source§fn clone(&self) -> TraceContent
fn clone(&self) -> TraceContent
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 TraceContent
impl Debug for TraceContent
source§impl PartialEq<TraceContent> for TraceContent
impl PartialEq<TraceContent> for TraceContent
source§fn eq(&self, other: &TraceContent) -> bool
fn eq(&self, other: &TraceContent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.