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