Struct cop::fof::SkolemState[][src]

pub struct SkolemState<C: Fresh, V> { /* fields omitted */ }

Implementations

impl<C: Fresh, V> SkolemState<C, V>[src]

pub fn new(fresh: C::State) -> Self[src]

Auto Trait Implementations

impl<C, V> RefUnwindSafe for SkolemState<C, V> where
    C: RefUnwindSafe,
    V: RefUnwindSafe,
    <C as Fresh>::State: RefUnwindSafe

impl<C, V> Send for SkolemState<C, V> where
    C: Send,
    V: Send,
    <C as Fresh>::State: Send

impl<C, V> Sync for SkolemState<C, V> where
    C: Sync,
    V: Sync,
    <C as Fresh>::State: Sync

impl<C, V> Unpin for SkolemState<C, V> where
    C: Unpin,
    V: Unpin,
    <C as Fresh>::State: Unpin

impl<C, V> UnwindSafe for SkolemState<C, V> where
    C: UnwindSafe,
    V: UnwindSafe,
    <C as Fresh>::State: 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<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.