pub struct H2ConnectionEntry { /* private fields */ }Expand description
Metadata for a pooled H2 connection.
Trait Implementations§
Source§impl Drop for H2ConnectionEntry
impl Drop for H2ConnectionEntry
Auto Trait Implementations§
impl !Freeze for H2ConnectionEntry
impl RefUnwindSafe for H2ConnectionEntry
impl Send for H2ConnectionEntry
impl Sync for H2ConnectionEntry
impl Unpin for H2ConnectionEntry
impl UnsafeUnpin for H2ConnectionEntry
impl UnwindSafe for H2ConnectionEntry
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