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