pub struct RegionId<'region, T> { /* private fields */ }Implementations§
Trait Implementations§
impl<'region, T> Copy for RegionId<'region, T>
impl<'region, T> StructuralPartialEq for RegionId<'region, T>
Auto Trait Implementations§
impl<'region, T> Freeze for RegionId<'region, T>
impl<'region, T> RefUnwindSafe for RegionId<'region, T>where
T: RefUnwindSafe,
impl<'region, T> Send for RegionId<'region, T>where
T: Sync,
impl<'region, T> Sync for RegionId<'region, T>where
T: Sync,
impl<'region, T> Unpin for RegionId<'region, T>
impl<'region, T> UnwindSafe for RegionId<'region, T>where
T: RefUnwindSafe,
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