pub struct HeaderNotPresent;Auto Trait Implementations§
impl Freeze for HeaderNotPresent
impl RefUnwindSafe for HeaderNotPresent
impl Send for HeaderNotPresent
impl Sync for HeaderNotPresent
impl Unpin for HeaderNotPresent
impl UnwindSafe for HeaderNotPresent
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