[]Struct lark_query_system::__SalsaQueryDescriptor

pub struct __SalsaQueryDescriptor { /* fields omitted */ }

Identifies a query and its key. You are not meant to name this type directly or use its fields etc. It is a private query descriptor type generated by salsa and its exact structure is subject to change. Sadly, I don't know any way to hide this with hygiene, so use __ instead.

Trait Implementations

impl Eq for __SalsaQueryDescriptor

impl Clone for __SalsaQueryDescriptor

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq<__SalsaQueryDescriptor> for __SalsaQueryDescriptor

impl Hash for __SalsaQueryDescriptor

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for __SalsaQueryDescriptor

impl QueryDescriptor<LarkDatabase> for __SalsaQueryDescriptor

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<Cx, T> FmtWithSpecialized for T where
    Cx: ?Sized,
    T: Debug + ?Sized

impl<Q, K> Equivalent for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T