pub struct IterLinkId(/* private fields */);Expand description
The type returned by
Iter::attach
. Can be passed to
Iter::detach
.
Trait Implementations§
Source§impl Debug for IterLinkId
impl Debug for IterLinkId
Source§impl Equivalent<IterLink> for IterLinkId
impl Equivalent<IterLink> for IterLinkId
Source§fn equivalent(&self, key: &IterLink) -> bool
fn equivalent(&self, key: &IterLink) -> bool
Compare self to
key and return true if they are equal.Source§impl Hash for IterLinkId
impl Hash for IterLinkId
Source§impl PartialEq for IterLinkId
impl PartialEq for IterLinkId
Source§fn eq(&self, other: &IterLinkId) -> bool
fn eq(&self, other: &IterLinkId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IterLinkId
impl StructuralPartialEq for IterLinkId
Auto Trait Implementations§
impl Freeze for IterLinkId
impl RefUnwindSafe for IterLinkId
impl Send for IterLinkId
impl Sync for IterLinkId
impl Unpin for IterLinkId
impl UnsafeUnpin for IterLinkId
impl UnwindSafe for IterLinkId
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<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.