pub enum NoIterator {}Expand description
The iterator type used by type sets that do not support iteration.
This type is uninhabited, so such type sets can never construct a
TypedValue::Iter value.
Trait Implementations§
Source§impl Clone for NoIterator
impl Clone for NoIterator
Source§fn clone(&self) -> NoIterator
fn clone(&self) -> NoIterator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoIterator
Source§impl Debug for NoIterator
impl Debug for NoIterator
impl Eq for NoIterator
Source§impl Hash for NoIterator
impl Hash for NoIterator
Source§impl PartialEq for NoIterator
impl PartialEq for NoIterator
impl StructuralPartialEq for NoIterator
Auto Trait Implementations§
impl Freeze for NoIterator
impl RefUnwindSafe for NoIterator
impl Send for NoIterator
impl Sync for NoIterator
impl Unpin for NoIterator
impl UnsafeUnpin for NoIterator
impl UnwindSafe for NoIterator
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.