pub struct IntrospectItemRwLock<'a, T> { /* private fields */ }Expand description
Type of single child of introspector for RwLock
Trait Implementations§
Source§impl<'a, T: Introspect> IntrospectItem<'a> for IntrospectItemRwLock<'a, T>
Available on crate feature parking_lot only.
impl<'a, T: Introspect> IntrospectItem<'a> for IntrospectItemRwLock<'a, T>
Available on crate feature
parking_lot only.Auto Trait Implementations§
impl<'a, T> Freeze for IntrospectItemRwLock<'a, T>
impl<'a, T> !RefUnwindSafe for IntrospectItemRwLock<'a, T>
impl<'a, T> !Send for IntrospectItemRwLock<'a, T>
impl<'a, T> Sync for IntrospectItemRwLock<'a, T>where
T: Sync,
impl<'a, T> Unpin for IntrospectItemRwLock<'a, T>
impl<'a, T> !UnwindSafe for IntrospectItemRwLock<'a, T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more