[][src]Struct pergola::RcOrdSetWithIntersection

pub struct RcOrdSetWithIntersection<U: DefTraits> { /* fields omitted */ }

This is the same semantics as the BitSetWithIntersection lattice, but covering sets of arbitrary ordered values.

Trait Implementations

impl<U: Clone + DefTraits> Clone for RcOrdSetWithIntersection<U>[src]

impl<U: Debug + DefTraits> Debug for RcOrdSetWithIntersection<U>[src]

impl<U: Default + DefTraits> Default for RcOrdSetWithIntersection<U>[src]

impl<'de, U: DefTraits> Deserialize<'de> for RcOrdSetWithIntersection<U>[src]

impl<U: Eq + DefTraits> Eq for RcOrdSetWithIntersection<U>[src]

impl<U: Hash + DefTraits> Hash for RcOrdSetWithIntersection<U>[src]

impl<U: DefTraits> LatticeDef for RcOrdSetWithIntersection<U>[src]

type T = Option<RcOrdSet<U>>

impl<U: Ord + DefTraits> Ord for RcOrdSetWithIntersection<U>[src]

impl<U: PartialEq + DefTraits> PartialEq<RcOrdSetWithIntersection<U>> for RcOrdSetWithIntersection<U>[src]

impl<U: PartialOrd + DefTraits> PartialOrd<RcOrdSetWithIntersection<U>> for RcOrdSetWithIntersection<U>[src]

impl<U: DefTraits> Serialize for RcOrdSetWithIntersection<U>[src]

impl<U: DefTraits> StructuralEq for RcOrdSetWithIntersection<U>[src]

impl<U: DefTraits> StructuralPartialEq for RcOrdSetWithIntersection<U>[src]

Auto Trait Implementations

impl<U> RefUnwindSafe for RcOrdSetWithIntersection<U> where
    U: RefUnwindSafe
[src]

impl<U> Send for RcOrdSetWithIntersection<U> where
    U: Send
[src]

impl<U> Sync for RcOrdSetWithIntersection<U> where
    U: Sync
[src]

impl<U> Unpin for RcOrdSetWithIntersection<U> where
    U: Unpin
[src]

impl<U> UnwindSafe for RcOrdSetWithIntersection<U> where
    U: UnwindSafe
[src]

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<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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.