Searched refs:Revocable (Results 1 – 2 of 2) sorted by relevance
67 pub struct Revocable<T> { struct76 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
15 revocable::{Revocable, RevocableGuard},26 data: Revocable<T>,157 data <- Revocable::new(data), in new()191 fn data(&self) -> &Revocable<T> { in data()