pub struct SuggestionContext<S> {
pub parent: Arc<RwLock<CommandNode<S>>>,
pub start_pos: usize,
}
Fields§
§parent: Arc<RwLock<CommandNode<S>>>
§start_pos: usize
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for SuggestionContext<S>
impl<S> !RefUnwindSafe for SuggestionContext<S>
impl<S> Send for SuggestionContext<S>
impl<S> Sync for SuggestionContext<S>
impl<S> Unpin for SuggestionContext<S>
impl<S> !UnwindSafe for SuggestionContext<S>
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