pub struct CompletionMapper { /* private fields */ }Expand description
Maps LSP completion responses to ricecoder models
Implementations§
Source§impl CompletionMapper
impl CompletionMapper
Sourcepub fn with_transformer(transformer: OutputTransformer) -> Self
pub fn with_transformer(transformer: OutputTransformer) -> Self
Create a mapper with custom transformations
Trait Implementations§
Source§impl Clone for CompletionMapper
impl Clone for CompletionMapper
Source§fn clone(&self) -> CompletionMapper
fn clone(&self) -> CompletionMapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CompletionMapper
impl Debug for CompletionMapper
Auto Trait Implementations§
impl Freeze for CompletionMapper
impl RefUnwindSafe for CompletionMapper
impl Send for CompletionMapper
impl Sync for CompletionMapper
impl Unpin for CompletionMapper
impl UnwindSafe for CompletionMapper
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