Struct h2::frame::util::DebugFlags
source · pub(super) struct DebugFlags<'a, 'f: 'a> {
fmt: &'a mut Formatter<'f>,
result: Result,
started: bool,
}
Fields§
§fmt: &'a mut Formatter<'f>
§result: Result
§started: bool
Implementations§
Auto Trait Implementations§
impl<'a, 'f> Freeze for DebugFlags<'a, 'f>
impl<'a, 'f> !RefUnwindSafe for DebugFlags<'a, 'f>
impl<'a, 'f> !Send for DebugFlags<'a, 'f>
impl<'a, 'f> !Sync for DebugFlags<'a, 'f>
impl<'a, 'f> Unpin for DebugFlags<'a, 'f>
impl<'a, 'f> !UnwindSafe for DebugFlags<'a, 'f>
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