pub struct CmdlineCompletionState {
pub cache: Arc<CmdlineCompletionCache>,
}Expand description
Shared state for command-line completion
Fields§
§cache: Arc<CmdlineCompletionCache>Lock-free cache for completion items
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CmdlineCompletionState
impl RefUnwindSafe for CmdlineCompletionState
impl Send for CmdlineCompletionState
impl Sync for CmdlineCompletionState
impl Unpin for CmdlineCompletionState
impl UnwindSafe for CmdlineCompletionState
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