struct FormatMetadata<'a>(&'a HashMap<String, String>);Expand description
Adapter to format a metadata HashMap consistently.
Tuple Fields§
§0: &'a HashMap<String, String>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for FormatMetadata<'a>
impl<'a> RefUnwindSafe for FormatMetadata<'a>
impl<'a> Send for FormatMetadata<'a>
impl<'a> Sync for FormatMetadata<'a>
impl<'a> Unpin for FormatMetadata<'a>
impl<'a> UnwindSafe for FormatMetadata<'a>
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