pub struct RegionGuard<'m, T> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'m, T> Freeze for RegionGuard<'m, T>
impl<'m, T> RefUnwindSafe for RegionGuard<'m, T>
impl<'m, T> !Send for RegionGuard<'m, T>
impl<'m, T> Sync for RegionGuard<'m, T>
impl<'m, T> Unpin for RegionGuard<'m, T>
impl<'m, T> UnwindSafe for RegionGuard<'m, 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