Struct salsa::CycleError[][src]

pub struct CycleError<K> { /* fields omitted */ }

The error returned when a query could not be resolved due to a cycle

Trait Implementations

impl<K: Clone> Clone for CycleError<K>[src]

impl<K: Debug> Debug for CycleError<K>[src]

impl<K> Display for CycleError<K> where
    K: Debug
[src]

impl<K: Eq> Eq for CycleError<K>[src]

impl<K: PartialEq> PartialEq<CycleError<K>> for CycleError<K>[src]

impl<K> StructuralEq for CycleError<K>[src]

impl<K> StructuralPartialEq for CycleError<K>[src]

Auto Trait Implementations

impl<K> RefUnwindSafe for CycleError<K> where
    K: RefUnwindSafe

impl<K> Send for CycleError<K> where
    K: Send

impl<K> Sync for CycleError<K> where
    K: Sync

impl<K> Unpin for CycleError<K> where
    K: Unpin

impl<K> UnwindSafe for CycleError<K> where
    K: UnwindSafe

Blanket Implementations

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

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

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

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

impl<T> From<T> for T[src]

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

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

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.