Struct ambient_ui::editor::IndexMapEditor
source · pub struct IndexMapEditor<K, V> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<K: Clone, V: Clone> Clone for IndexMapEditor<K, V>
impl<K: Clone, V: Clone> Clone for IndexMapEditor<K, V>
source§fn clone(&self) -> IndexMapEditor<K, V>
fn clone(&self) -> IndexMapEditor<K, V>
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<K, V> ElementComponent for IndexMapEditor<K, V>
impl<K, V> ElementComponent for IndexMapEditor<K, V>
Auto Trait Implementations§
impl<K, V> !RefUnwindSafe for IndexMapEditor<K, V>
impl<K, V> Send for IndexMapEditor<K, V>
impl<K, V> Sync for IndexMapEditor<K, V>
impl<K, V> Unpin for IndexMapEditor<K, V>
impl<K, V> !UnwindSafe for IndexMapEditor<K, V>
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
source§impl<T> Downcast for T
impl<T> Downcast for T
source§impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
impl<T> ElementComponentExt for Twhere
T: ElementComponent + 'static,
source§impl<T> ElementComponentName for T
impl<T> ElementComponentName for T
source§fn element_component_name(&self) -> &'static str
fn element_component_name(&self) -> &'static str
Returns the name of the type implementing ElementComponent.