Struct coap_handler::helpers::BlockWriter
source · [−]pub struct BlockWriter<'a> { /* private fields */ }👎 Deprecated
Expand description
Workhorse of block2_write.
Don’t expect anything from this other than implementing core::fmt::Write.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for BlockWriter<'a>
impl<'a> Send for BlockWriter<'a>
impl<'a> Sync for BlockWriter<'a>
impl<'a> Unpin for BlockWriter<'a>
impl<'a> !UnwindSafe for BlockWriter<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more