pub enum CursorMutRegionsMethod {
Unmap(usize),
}Expand description
Internal: dispatch tag for cursor methods that also touch
MetaRegionOwners and TlbModel. Map is handled via its own
[map_step].
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for CursorMutRegionsMethod
impl RefUnwindSafe for CursorMutRegionsMethod
impl Send for CursorMutRegionsMethod
impl Sync for CursorMutRegionsMethod
impl Unpin for CursorMutRegionsMethod
impl UnsafeUnpin for CursorMutRegionsMethod
impl UnwindSafe for CursorMutRegionsMethod
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