Searched refs:on_drop (Results 1 – 4 of 4) sorted by relevance
250 on_drop: Option<oneshot::Sender<()>>, in test_combination() field259 let _ = self.on_drop.take().unwrap().send(()); in test_combination()269 on_drop: Option<oneshot::Sender<()>>, in test_combination() field284 let _: Result<(), ()> = self.on_drop.take().unwrap().send(()); in test_combination()316 on_drop: signal.on_output_drop.take(), in test_combination()335 on_drop: Some(on_future_drop), in test_combination()
489 fn on_drop(&mut self) { in on_drop() method556 self.imp.on_drop() in drop()
633 fn on_drop<C: ShareCallHolder>(&self, call: &mut C) { in on_drop() method
302 self.base.on_drop(&mut self.call); in drop()