pub struct Eventually<P> { /* private fields */ }
Implementations§
Source§impl<P> Eventually<P>
impl<P> Eventually<P>
pub fn new(phi: P) -> Eventually<P>
pub fn new_bounded<B: Into<Bounds>>(bounds: B, phi: P) -> Self
Trait Implementations§
Source§impl<T, P> Formula<Trace<T>> for Eventually<P>
impl<T, P> Formula<Trace<T>> for Eventually<P>
Source§impl<T, P> Metric<Trace<T>> for Eventually<P>
impl<T, P> Metric<Trace<T>> for Eventually<P>
Auto Trait Implementations§
impl<P> Freeze for Eventually<P>where
P: Freeze,
impl<P> RefUnwindSafe for Eventually<P>where
P: RefUnwindSafe,
impl<P> Send for Eventually<P>where
P: Send,
impl<P> Sync for Eventually<P>where
P: Sync,
impl<P> Unpin for Eventually<P>where
P: Unpin,
impl<P> UnwindSafe for Eventually<P>where
P: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more