Skip to main content

IMutable

Trait IMutable 

Source
pub trait IMutable { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<E: Clone> IMutable for hara_native::lang::data::queue::Mutable<E>

Source§

impl<E: Clone> IMutable for hara_native::lang::data::vector::Mutable<E>

Source§

impl<E> IMutable for hara_native::lang::data::list::Mutable<E>

Source§

impl<E> IMutable for hara_native::lang::data::ordered_set::Mutable<E>

Source§

impl<E> IMutable for hara_native::lang::data::set::Mutable<E>

Source§

impl<E> IMutable for hara_native::lang::data::sorted_set::Mutable<E>

Source§

impl<K, V> IMutable for hara_native::lang::data::map::Mutable<K, V>

Source§

impl<K, V> IMutable for hara_native::lang::data::ordered_map::Mutable<K, V>

Source§

impl<K, V> IMutable for hara_native::lang::data::sorted_map::Mutable<K, V>

Source§

impl<V> IMutable for hara_native::lang::data::trie::Mutable<V>