Struct ufmt::DebugTuple
source · pub struct DebugTuple<'f, 'w, W>{ /* private fields */ }
Expand description
A struct to help with uDebug
implementations.
This is useful when you wish to output a formatted tuple as a part of your uDebug::fmt
implementation.
This can be constructed by the Formatter::debug_tuple
method.
Implementations§
Auto Trait Implementations§
impl<'f, 'w, W: ?Sized> Freeze for DebugTuple<'f, 'w, W>
impl<'f, 'w, W: ?Sized> RefUnwindSafe for DebugTuple<'f, 'w, W>where
W: RefUnwindSafe,
impl<'f, 'w, W: ?Sized> Send for DebugTuple<'f, 'w, W>where
W: Send,
impl<'f, 'w, W: ?Sized> Sync for DebugTuple<'f, 'w, W>where
W: Sync,
impl<'f, 'w, W: ?Sized> Unpin for DebugTuple<'f, 'w, W>
impl<'f, 'w, W> !UnwindSafe for DebugTuple<'f, 'w, W>
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