Struct kwap_msg::Payload [−][src]
Expand description
Payloads and Representations
generated from RFC7252 section 5.5
Both requests and responses may include a payload, depending on the Method or Response Code, respectively. If a Method or Response Code is not defined to have a payload, then a sender MUST NOT include one, and a recipient MUST ignore it.
Tuple Fields
0: CTrait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl<C> RefUnwindSafe for Payload<C> where
C: RefUnwindSafe,
impl<C> UnwindSafe for Payload<C> where
C: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
