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