pub struct IterLink(/* private fields */);Expand description
The link used by
Iter
programs.
Implementations§
Trait Implementations§
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.impl Eq for IterLink
Auto Trait Implementations§
impl Freeze for IterLink
impl RefUnwindSafe for IterLink
impl Send for IterLink
impl Sync for IterLink
impl Unpin for IterLink
impl UnsafeUnpin for IterLink
impl UnwindSafe for IterLink
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.