Struct dioxus_native_core::utils::ElementProduced
source · pub struct ElementProduced { /* private fields */ }Expand description
The element produced by the iterator
Implementations§
Trait Implementations§
source§impl Clone for ElementProduced
impl Clone for ElementProduced
source§fn clone(&self) -> ElementProduced
fn clone(&self) -> ElementProduced
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 Debug for ElementProduced
impl Debug for ElementProduced
source§impl PartialEq for ElementProduced
impl PartialEq for ElementProduced
source§fn eq(&self, other: &ElementProduced) -> bool
fn eq(&self, other: &ElementProduced) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ElementProduced
impl Eq for ElementProduced
impl StructuralPartialEq for ElementProduced
Auto Trait Implementations§
impl RefUnwindSafe for ElementProduced
impl Send for ElementProduced
impl Sync for ElementProduced
impl Unpin for ElementProduced
impl UnwindSafe for ElementProduced
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more