pub struct ExGetIndex<'a> { /* private fields */ }
Expand description
Default-param extender for Node::get_index_ex
.
Implementations§
Source§impl<'a> ExGetIndex<'a>
impl<'a> ExGetIndex<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExGetIndex<'a>
impl<'a> RefUnwindSafe for ExGetIndex<'a>
impl<'a> !Send for ExGetIndex<'a>
impl<'a> !Sync for ExGetIndex<'a>
impl<'a> Unpin for ExGetIndex<'a>
impl<'a> UnwindSafe for ExGetIndex<'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