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