pub struct Autocompletion<I> {
pub signature_ident: I,
pub port_idx: usize,
}Expand description
A single autocompletion candidate: a port on a node signature that is compatible.
Fields§
§signature_ident: IIdentifier of the node signature.
port_idx: usizeIndex of the compatible port.
Trait Implementations§
Source§impl<I: Clone> Clone for Autocompletion<I>
impl<I: Clone> Clone for Autocompletion<I>
Source§fn clone(&self) -> Autocompletion<I>
fn clone(&self) -> Autocompletion<I>
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 moreSource§impl<I: Debug> Debug for Autocompletion<I>
impl<I: Debug> Debug for Autocompletion<I>
Source§impl<I: PartialEq> PartialEq for Autocompletion<I>
impl<I: PartialEq> PartialEq for Autocompletion<I>
Source§fn eq(&self, other: &Autocompletion<I>) -> bool
fn eq(&self, other: &Autocompletion<I>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<I: Eq> Eq for Autocompletion<I>
impl<I> StructuralPartialEq for Autocompletion<I>
Auto Trait Implementations§
impl<I> Freeze for Autocompletion<I>where
I: Freeze,
impl<I> RefUnwindSafe for Autocompletion<I>where
I: RefUnwindSafe,
impl<I> Send for Autocompletion<I>where
I: Send,
impl<I> Sync for Autocompletion<I>where
I: Sync,
impl<I> Unpin for Autocompletion<I>where
I: Unpin,
impl<I> UnsafeUnpin for Autocompletion<I>where
I: UnsafeUnpin,
impl<I> UnwindSafe for Autocompletion<I>where
I: UnwindSafe,
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§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.