pub struct IniMutexGuard<'a, T> { /* private fields */ }Trait Implementations§
Source§impl<T: Debug> Debug for IniMutexGuard<'_, T>
impl<T: Debug> Debug for IniMutexGuard<'_, T>
Source§impl<T> Deref for IniMutexGuard<'_, T>
impl<T> Deref for IniMutexGuard<'_, T>
Source§impl<T> DerefMut for IniMutexGuard<'_, T>
impl<T> DerefMut for IniMutexGuard<'_, T>
Source§impl<T: Display> Display for IniMutexGuard<'_, T>
impl<T: Display> Display for IniMutexGuard<'_, T>
Auto Trait Implementations§
impl<'a, T> Freeze for IniMutexGuard<'a, T>
impl<'a, T> !RefUnwindSafe for IniMutexGuard<'a, T>
impl<'a, T> Send for IniMutexGuard<'a, T>where
T: Send,
impl<'a, T> Sync for IniMutexGuard<'a, T>where
T: Send,
impl<'a, T> Unpin for IniMutexGuard<'a, T>
impl<'a, T> !UnwindSafe for IniMutexGuard<'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