pub struct RegionMut<'a, T> { /* private fields */ }
Expand description
A mutable subset of lines in the grid
May be constructed using Grid::region_mut(..)
Implementations§
Trait Implementations§
Source§impl<'a, T> IntoIterator for RegionMut<'a, T>
impl<'a, T> IntoIterator for RegionMut<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for RegionMut<'a, T>
impl<'a, T> RefUnwindSafe for RegionMut<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for RegionMut<'a, T>where
T: Send,
impl<'a, T> Sync for RegionMut<'a, T>where
T: Sync,
impl<'a, T> Unpin for RegionMut<'a, T>
impl<'a, T> !UnwindSafe for RegionMut<'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