pub struct PingReq;
Trait Implementations§
Source§impl EncodePacket for PingReq
impl EncodePacket for PingReq
fn encode( &self, buf: &mut [u8], _version: MqttVersion, ) -> Result<usize, MqttError<ErrorPlaceHolder>>
Auto Trait Implementations§
impl Freeze for PingReq
impl RefUnwindSafe for PingReq
impl Send for PingReq
impl Sync for PingReq
impl Unpin for PingReq
impl UnwindSafe for PingReq
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