pub struct CopilotProjector {
pub copilot_version: String,
}Expand description
Projects a ConversationView into a Copilot Session.
Fields§
§copilot_version: StringImplementations§
Trait Implementations§
Source§impl Clone for CopilotProjector
impl Clone for CopilotProjector
Source§fn clone(&self) -> CopilotProjector
fn clone(&self) -> CopilotProjector
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CopilotProjector
impl Debug for CopilotProjector
Auto Trait Implementations§
impl Freeze for CopilotProjector
impl RefUnwindSafe for CopilotProjector
impl Send for CopilotProjector
impl Sync for CopilotProjector
impl Unpin for CopilotProjector
impl UnsafeUnpin for CopilotProjector
impl UnwindSafe for CopilotProjector
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