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