pub struct CxNavTree { /* private fields */ }
Trait Implementations§
Source§fn index_mut(
&mut self,
index: DrawListId,
) -> &mut <CxNavTree as Index<DrawListId>>::Output
fn index_mut( &mut self, index: DrawListId, ) -> &mut <CxNavTree as Index<DrawListId>>::Output
Performs the mutable indexing (
container[index]
) operation. Read moreAuto Trait Implementations§
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