Struct style::shared_lock::SharedRwLockReadGuard
source · pub struct SharedRwLockReadGuard<'a>(&'a SharedRwLock);
Expand description
Proof that a shared lock was obtained for reading (servo).
Tuple Fields§
§0: &'a SharedRwLock
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert