pub struct OutputKV { /* private fields */ }Expand description
Key-value display for headers/summaries.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputKV
impl RefUnwindSafe for OutputKV
impl Send for OutputKV
impl Sync for OutputKV
impl Unpin for OutputKV
impl UnsafeUnpin for OutputKV
impl UnwindSafe for OutputKV
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