Struct coap_message_demos::helloworld::Poem
source · [−]pub struct Poem;Trait Implementations
sourceimpl SimpleRenderable for Poem
impl SimpleRenderable for Poem
fn render<W: Write>(&mut self, writer: &mut W)
fn render_bytes(&mut self, writer: &mut WindowedInfinityWithETag<'_>)
sourcefn content_format(&self) -> Option<u16>
fn content_format(&self) -> Option<u16>
If something is returned, GETs with differing Accept options will be rejecected, and the
value will be set in responses. Read more
impl Copy for Poem
Auto Trait Implementations
impl RefUnwindSafe for Poem
impl Send for Poem
impl Sync for Poem
impl Unpin for Poem
impl UnwindSafe for Poem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more