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