pub struct ElementMut<'a, T: 'a> { /* private fields */ }Expand description
A struct representing a single mutable element from the RegionBuffer. When
Dropped the element’s solitary region is freed.
Trait Implementations§
Source§impl<'a, T: Debug> Debug for ElementMut<'a, T>
impl<'a, T: Debug> Debug for ElementMut<'a, T>
Source§impl<'a, T> Deref for ElementMut<'a, T>
impl<'a, T> Deref for ElementMut<'a, T>
Source§impl<'a, T> DerefMut for ElementMut<'a, T>
impl<'a, T> DerefMut for ElementMut<'a, T>
Source§impl<'a, T: Display> Display for ElementMut<'a, T>
impl<'a, T: Display> Display for ElementMut<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for ElementMut<'a, T>
impl<'a, T> RefUnwindSafe for ElementMut<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for ElementMut<'a, T>where
T: Send,
impl<'a, T> Sync for ElementMut<'a, T>where
T: Sync,
impl<'a, T> Unpin for ElementMut<'a, T>
impl<'a, T> !UnwindSafe for ElementMut<'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