Struct savefile::IntrospectItemStdMutex
source · pub struct IntrospectItemStdMutex<'a, T> { /* private fields */ }
Expand description
Type of single child of introspector for std::sync::Mutex
Trait Implementations§
source§impl<'a, T: Introspect> IntrospectItem<'a> for IntrospectItemStdMutex<'a, T>
impl<'a, T: Introspect> IntrospectItem<'a> for IntrospectItemStdMutex<'a, T>
Auto Trait Implementations§
impl<'a, T> RefUnwindSafe for IntrospectItemStdMutex<'a, T>
impl<'a, T> !Send for IntrospectItemStdMutex<'a, T>
impl<'a, T> Sync for IntrospectItemStdMutex<'a, T>where
T: Sync,
impl<'a, T> Unpin for IntrospectItemStdMutex<'a, T>
impl<'a, T> UnwindSafe for IntrospectItemStdMutex<'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