[−][src]Struct gf::support::lattice::Flip
Adapter for converting a meet semilattice into a join semilattice, a bottom element into a top element and vice versa.
Trait Implementations
impl<L: Top> Bottom for Flip<L>
[src]
fn bottom() -> Self
[src]
fn is_bottom(&self) -> bool
[src]
fn to_option(self) -> Option<Self>
[src]
fn reset_to_bottom(&mut self)
[src]
impl<L: Clone> Clone for Flip<L>
[src]
impl<L: Copy> Copy for Flip<L>
[src]
impl<L: Debug> Debug for Flip<L>
[src]
impl<L: Eq> Eq for Flip<L>
[src]
impl<L: Hash> Hash for Flip<L>
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl<L: Meet> Join for Flip<L>
[src]
impl<L: Join> Meet for Flip<L>
[src]
impl<L: PartialEq> PartialEq<Flip<L>> for Flip<L>
[src]
impl<L> StructuralEq for Flip<L>
[src]
impl<L> StructuralPartialEq for Flip<L>
[src]
impl<L: Bottom> Top for Flip<L>
[src]
Auto Trait Implementations
impl<L> RefUnwindSafe for Flip<L> where
L: RefUnwindSafe,
L: RefUnwindSafe,
impl<L> Send for Flip<L> where
L: Send,
L: Send,
impl<L> Sync for Flip<L> where
L: Sync,
L: Sync,
impl<L> Unpin for Flip<L> where
L: Unpin,
L: Unpin,
impl<L> UnwindSafe for Flip<L> where
L: UnwindSafe,
L: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,