pub struct SuggestorId(/* private fields */);Expand description
Unique identifier for a registered suggestor.
Assigned monotonically at registration time. Used for deterministic effect merge ordering.
Implementations§
Trait Implementations§
Source§impl Clone for SuggestorId
impl Clone for SuggestorId
Source§fn clone(&self) -> SuggestorId
fn clone(&self) -> SuggestorId
Returns a duplicate 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 SuggestorId
impl Debug for SuggestorId
Source§impl Display for SuggestorId
impl Display for SuggestorId
Source§impl Hash for SuggestorId
impl Hash for SuggestorId
Source§impl Ord for SuggestorId
impl Ord for SuggestorId
Source§fn cmp(&self, other: &SuggestorId) -> Ordering
fn cmp(&self, other: &SuggestorId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SuggestorId
impl PartialEq for SuggestorId
Source§impl PartialOrd for SuggestorId
impl PartialOrd for SuggestorId
impl Copy for SuggestorId
impl Eq for SuggestorId
impl StructuralPartialEq for SuggestorId
Auto Trait Implementations§
impl Freeze for SuggestorId
impl RefUnwindSafe for SuggestorId
impl Send for SuggestorId
impl Sync for SuggestorId
impl Unpin for SuggestorId
impl UnsafeUnpin for SuggestorId
impl UnwindSafe for SuggestorId
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> Comparable<K> for Q
impl<Q, K> Comparable<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.