pub enum Fresh {}
Expand description
The write-status indicating headers have not been written.
Auto Trait Implementations§
impl Freeze for Fresh
impl RefUnwindSafe for Fresh
impl Send for Fresh
impl Sync for Fresh
impl Unpin for Fresh
impl UnwindSafe for Fresh
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