Searched defs:Revocable (Results 1 – 1 of 1) sorted by relevance
65 pub struct Revocable<T> { struct71 // SAFETY: `Revocable` is `Send` if the wrapped object is also `Send`. This is because while the argument74 unsafe impl<T: Send> Send for Revocable<T> {} implementation79 unsafe impl<T: Sync + Send> Sync for Revocable<T> {} implementation81 impl<T> Revocable<T> { impl172 impl<T> PinnedDrop for Revocable<T> { implementation