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