pub struct MetadataMap {
pub seen: HashMap<MetadataValueKindKey, Span>,
pub values: Vec<MetadataValue>,
}Fields§
§seen: HashMap<MetadataValueKindKey, Span>§values: Vec<MetadataValue>Trait Implementations§
Source§impl Clone for MetadataMap
impl Clone for MetadataMap
Source§fn clone(&self) -> MetadataMap
fn clone(&self) -> MetadataMap
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MetadataMap
impl Debug for MetadataMap
Source§impl Default for MetadataMap
impl Default for MetadataMap
Source§fn default() -> MetadataMap
fn default() -> MetadataMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MetadataMap
impl RefUnwindSafe for MetadataMap
impl Send for MetadataMap
impl Sync for MetadataMap
impl Unpin for MetadataMap
impl UnwindSafe for MetadataMap
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