Searched defs:Droppable (Results 1 – 2 of 2) sorted by relevance
1532 pub struct Droppable; struct1534 impl Drop for Droppable { implementation1542 async fn f(arg: Tuple<Droppable, i32>); in f()1549 async fn f(Tuple(_, _int): Tuple<Droppable, i32>) {} in f()
6701 struct Droppable { struct6702 k: usize,6705 impl Droppable { impl6706 fn new(k: usize) -> Droppable { in new()6715 impl Drop for Droppable { implementation6723 impl Clone for Droppable { implementation