pub struct ActiveRegionSet { /* private fields */ }Expand description
Keyed complete runtime set returned only after batch COMMIT.
Implementations§
Source§impl ActiveRegionSet
impl ActiveRegionSet
Sourcepub fn take_writer(&mut self, id: RegionId) -> Result<ActiveWriter, BatchError>
pub fn take_writer(&mut self, id: RegionId) -> Result<ActiveWriter, BatchError>
Removes the endpoint-local writable mapping for id.
Sourcepub fn take_reader(&mut self, id: RegionId) -> Result<ActiveReader, BatchError>
pub fn take_reader(&mut self, id: RegionId) -> Result<ActiveReader, BatchError>
Removes the endpoint-local read-only mapping for id.
Auto Trait Implementations§
impl !RefUnwindSafe for ActiveRegionSet
impl !Sync for ActiveRegionSet
impl !UnwindSafe for ActiveRegionSet
impl Freeze for ActiveRegionSet
impl Send for ActiveRegionSet
impl Unpin for ActiveRegionSet
impl UnsafeUnpin for ActiveRegionSet
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