pub struct IndexCell<'a> { /* private fields */ }
Expand description
Witness cell assigned from an indexable variable See Variables for more details
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for IndexCell<'a>
impl<'a> Send for IndexCell<'a>
impl<'a> Sync for IndexCell<'a>
impl<'a> Unpin for IndexCell<'a>
impl<'a> UnwindSafe for IndexCell<'a>
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