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