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