pub struct ResponsePacket { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for ResponsePacket
impl Debug for ResponsePacket
Auto Trait Implementations§
impl Freeze for ResponsePacket
impl RefUnwindSafe for ResponsePacket
impl Send for ResponsePacket
impl Sync for ResponsePacket
impl Unpin for ResponsePacket
impl UnwindSafe for ResponsePacket
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