pub struct CompletionRoute {
pub handler: CompletionHandlerFn,
}Fields§
§handler: CompletionHandlerFnAuto Trait Implementations§
impl Freeze for CompletionRoute
impl !RefUnwindSafe for CompletionRoute
impl Send for CompletionRoute
impl Sync for CompletionRoute
impl Unpin for CompletionRoute
impl UnsafeUnpin for CompletionRoute
impl !UnwindSafe for CompletionRoute
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