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