Lines Matching refs:LocalSet
213 pub struct LocalSet {
254 local_set: &'a LocalSet,
323 impl LocalSet { implementation
325 pub fn new() -> LocalSet { in new()
326 LocalSet { in new()
552 impl fmt::Debug for LocalSet { implementation
558 impl Future for LocalSet { implementation
582 impl Default for LocalSet { implementation
583 fn default() -> LocalSet { in default()
584 LocalSet::new() in default()
588 impl Drop for LocalSet { implementation