Struct copilot2::Completion
source · pub struct Completion {
pub uuid: String,
pub range: Range<Anchor>,
pub text: String,
}
Fields§
§uuid: String
§range: Range<Anchor>
§text: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Completion
impl Send for Completion
impl Sync for Completion
impl Unpin for Completion
impl UnwindSafe for Completion
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