Enum copilot2::request::GetCompletions
source · pub enum GetCompletions {}
Trait Implementations§
source§impl Request for GetCompletions
impl Request for GetCompletions
type Params = GetCompletionsParams
type Result = GetCompletionsResult
const METHOD: &'static str = "getCompletions"
Auto Trait Implementations§
impl RefUnwindSafe for GetCompletions
impl Send for GetCompletions
impl Sync for GetCompletions
impl Unpin for GetCompletions
impl UnwindSafe for GetCompletions
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