Skip to main content
Settings
Help

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", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl AsMap for Attributes<'_>

Source§

impl AsMap for Event<'_>

Source§

impl AsMap for Record<'_>

Implementors§