Skip to main content

DictArraySlotsExt

Trait DictArraySlotsExt 

Source
pub trait DictArraySlotsExt: TypedArrayRef<Dict> {
    // Provided methods
    fn codes(&self) -> &ArrayRef { ... }
    fn values(&self) -> &ArrayRef { ... }
    fn slots_view(&self) -> DictSlotsView<'_> { ... }
}
Expand description

Typed array accessors for Dict.

Provided Methods§

Source

fn codes(&self) -> &ArrayRef

Source

fn values(&self) -> &ArrayRef

Source

fn slots_view(&self) -> DictSlotsView<'_>

Returns a borrowed view of all slots.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§