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