Struct matr::set::SetDifference

source ·
pub struct SetDifference<K: EqualityComparableKind, S1: Expr<Set<K>>, S2: Expr<Set<K>>> { /* private fields */ }

Trait Implementations§

source§

impl<K: EqualityComparableKind, S1: Expr<Set<K>>, S2: Expr<Set<K>>> Expr<Set<K>> for SetDifference<K, S1, S2>

§

type Eval = <VisitSet<K, Set<K>, S1, SetDifferenceVisitor<K, S2, EmptySet<K>>> as Expr<Set<K>>>::Eval

Auto Trait Implementations§

§

impl<K, S1, S2> RefUnwindSafe for SetDifference<K, S1, S2>where K: RefUnwindSafe, S1: RefUnwindSafe, S2: RefUnwindSafe,

§

impl<K, S1, S2> Send for SetDifference<K, S1, S2>where K: Send, S1: Send, S2: Send,

§

impl<K, S1, S2> Sync for SetDifference<K, S1, S2>where K: Sync, S1: Sync, S2: Sync,

§

impl<K, S1, S2> Unpin for SetDifference<K, S1, S2>where K: Unpin, S1: Unpin, S2: Unpin,

§

impl<K, S1, S2> UnwindSafe for SetDifference<K, S1, S2>where K: UnwindSafe, S1: UnwindSafe, S2: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.