Struct coap_message_demos::log::Log
source · [−]pub struct Log { /* private fields */ }Expand description
A ring-buffered log structure
Implementations
Trait Implementations
sourceimpl SimpleRenderable for &Log
impl SimpleRenderable for &Log
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
Auto Trait Implementations
impl !RefUnwindSafe for Log
impl Send for Log
impl Sync for Log
impl Unpin for Log
impl UnwindSafe for Log
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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