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