Struct standing_relations::Output
source · [−]Implementations
sourceimpl<C: Op, M: CountMap<C::D>> Output<C::D, C, M>
impl<C: Op, M: CountMap<C::D>> Output<C::D, C, M>
pub fn get<'a>(&'a self, context: &'a ExecutionContext<'_>) -> Ref<'a, M>
pub fn add_listener(
&mut self,
context: &CreationContext<'_>,
f: impl FnMut() + 'static
)
pub fn tracking_index(&self) -> TrackingIndex
Auto Trait Implementations
impl<D, C, M = HashMap<D, isize, RandomState>> !RefUnwindSafe for Output<D, C, M>
impl<D, C, M = HashMap<D, isize, RandomState>> !Send for Output<D, C, M>
impl<D, C, M = HashMap<D, isize, RandomState>> !Sync for Output<D, C, M>
impl<D, C, M> Unpin for Output<D, C, M> where
C: Unpin,
M: Unpin,
impl<D, C, M = HashMap<D, isize, RandomState>> !UnwindSafe for Output<D, C, M>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more