Struct core::fmt::builders::DebugInner
source · struct DebugInner<'a, 'b: 'a> {
fmt: &'a mut Formatter<'b>,
result: Result,
has_fields: bool,
}
Fields§
§fmt: &'a mut Formatter<'b>
§result: Result
§has_fields: bool
Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for DebugInner<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for DebugInner<'a, 'b>
impl<'a, 'b> !Send for DebugInner<'a, 'b>
impl<'a, 'b> !Sync for DebugInner<'a, 'b>
impl<'a, 'b> Unpin for DebugInner<'a, 'b>
impl<'a, 'b> !UnwindSafe for DebugInner<'a, 'b>
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