pub struct Acyclic<E>where
E: Evaluator,{ /* private fields */ }Available on crate feature
std only.Expand description
An Evaluator adapter that prevents infinite evaluation from cyclic
imports.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for Acyclic<E>where
E: Freeze,
impl<E> RefUnwindSafe for Acyclic<E>
impl<E> Send for Acyclic<E>
impl<E> Sync for Acyclic<E>
impl<E> Unpin for Acyclic<E>
impl<E> UnsafeUnpin for Acyclic<E>where
E: UnsafeUnpin,
impl<E> UnwindSafe for Acyclic<E>
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