Skip to main content

AsMap

Trait AsMap 

Source
pub trait AsMap: Sized + Sealed {
    // Provided method
    fn field_map(&self) -> SerializeFieldMap<'_, Self> { ... }
}

Provided Methods§

Source

fn field_map(&self) -> SerializeFieldMap<'_, Self>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl<'a> AsMap for Attributes<'a>

Source§

impl<'a> AsMap for Event<'a>

Source§

impl<'a> AsMap for Record<'a>

Implementors§