pub struct PamojaCoapClient { /* private fields */ }Expand description
An opaque handle to a CoAP endpoint.
Auto Trait Implementations§
impl !RefUnwindSafe for PamojaCoapClient
impl !UnwindSafe for PamojaCoapClient
impl Freeze for PamojaCoapClient
impl Send for PamojaCoapClient
impl Sync for PamojaCoapClient
impl Unpin for PamojaCoapClient
impl UnsafeUnpin for PamojaCoapClient
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more