Struct ra_ap_rustc_data_structures::sync::FreezeReadGuard
source · pub struct FreezeReadGuard<'a, T: ?Sized> { /* private fields */ }
Expand description
A guard holding shared access to a FreezeLock
which is in a locked state or frozen.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> !RefUnwindSafe for FreezeReadGuard<'a, T>
impl<'a, T> !Send for FreezeReadGuard<'a, T>
impl<'a, T> !Sync for FreezeReadGuard<'a, T>
impl<'a, T: ?Sized> Unpin for FreezeReadGuard<'a, T>
impl<'a, T> !UnwindSafe for FreezeReadGuard<'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