Searched defs:Permit (Results 1 – 1 of 1) sorted by relevance
67 pub struct Permit<'a, T> { struct73 /// This is identical to the [`Permit`] type, except that it moves the sender argument1129 impl<T> Permit<'_, T> { implementation1172 impl<T> Drop for Permit<'_, T> { implementation1189 impl<T> fmt::Debug for Permit<'_, T> { implementation