pub struct MultiEtable<S, H, Tr, F = Efn<S, H, Tr>>(/* private fields */);
Expand description
Nested evaluation table.
Trait Implementations§
Source§impl<S, H, Tr, F> Deref for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F> Deref for MultiEtable<S, H, Tr, F>
Source§impl<S, H, Tr, F> DerefMut for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F> DerefMut for MultiEtable<S, H, Tr, F>
Source§impl<S, H, Tr, F> Etable<H> for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F> Etable<H> for MultiEtable<S, H, Tr, F>
Source§impl<S, H, Tr, F> From<DispatchEtable<S, H, Tr, F>> for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F> From<DispatchEtable<S, H, Tr, F>> for MultiEtable<S, H, Tr, F>
Source§fn from(etable: DispatchEtable<S, H, Tr, F>) -> Self
fn from(etable: DispatchEtable<S, H, Tr, F>) -> Self
Converts to this type from the input type.
impl<S, H, Tr, F: Send> Send for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F: Sync> Sync for MultiEtable<S, H, Tr, F>
Auto Trait Implementations§
impl<S, H, Tr, F> Freeze for MultiEtable<S, H, Tr, F>where
F: Freeze,
impl<S, H, Tr, F> RefUnwindSafe for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F> Unpin for MultiEtable<S, H, Tr, F>
impl<S, H, Tr, F> UnwindSafe for MultiEtable<S, H, Tr, F>
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
Source§impl<T> TrapConsume<T> for T
impl<T> TrapConsume<T> for T
Source§type Rest = Infallible
type Rest = Infallible
Rest type.
Source§fn consume(self) -> Result<T, Infallible>
fn consume(self) -> Result<T, Infallible>
Consume
T
to get Rest
.