Enum copilot2::request::SetEditorInfo
source · pub enum SetEditorInfo {}
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SetEditorInfo
impl Send for SetEditorInfo
impl Sync for SetEditorInfo
impl Unpin for SetEditorInfo
impl UnwindSafe for SetEditorInfo
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