Searched defs:WriteGuard (Results 1 – 1 of 1) sorted by relevance
141 pub(crate) struct WriteGuard<'a, T: 'a> { struct147 impl<'a, T> WriteGuard<'a, T> { argument169 impl<'a, T> Deref for WriteGuard<'a, T> { implementation