pub struct NoIndex;Expand description
No index — identity-off workspaces. Registers nothing, resolves nothing.
Trait Implementations§
impl Copy for NoIndex
Auto Trait Implementations§
impl Freeze for NoIndex
impl RefUnwindSafe for NoIndex
impl Send for NoIndex
impl Sync for NoIndex
impl Unpin for NoIndex
impl UnsafeUnpin 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