pub struct RuntimeCtx<B: CompletionBackend> { /* private fields */ }Implementations§
Source§impl<B: CompletionBackend> RuntimeCtx<B>
impl<B: CompletionBackend> RuntimeCtx<B>
Trait Implementations§
Source§impl<B: CompletionBackend> Clone for RuntimeCtx<B>
impl<B: CompletionBackend> Clone for RuntimeCtx<B>
impl<B: CompletionBackend> Copy for RuntimeCtx<B>
Auto Trait Implementations§
impl<B> Freeze for RuntimeCtx<B>
impl<B> RefUnwindSafe for RuntimeCtx<B>
impl<B> !Send for RuntimeCtx<B>
impl<B> !Sync for RuntimeCtx<B>
impl<B> Unpin for RuntimeCtx<B>
impl<B> UnsafeUnpin for RuntimeCtx<B>
impl<B> UnwindSafe for RuntimeCtx<B>
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