pub struct noIndex;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for noIndex
impl RefUnwindSafe for noIndex
impl Send for noIndex
impl Sync for noIndex
impl Unpin for noIndex
impl UnwindSafe for noIndex
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