pub struct CodeModeExecutionOutcome {
pub raw_response: CodeModeExecutionResponse,
pub display_response: CodeModeExecutionResponse,
}Fields§
§raw_response: CodeModeExecutionResponse§display_response: CodeModeExecutionResponseTrait Implementations§
Source§impl Clone for CodeModeExecutionOutcome
impl Clone for CodeModeExecutionOutcome
Source§fn clone(&self) -> CodeModeExecutionOutcome
fn clone(&self) -> CodeModeExecutionOutcome
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 CodeModeExecutionOutcome
impl Debug for CodeModeExecutionOutcome
Source§impl PartialEq for CodeModeExecutionOutcome
impl PartialEq for CodeModeExecutionOutcome
Source§fn eq(&self, other: &CodeModeExecutionOutcome) -> bool
fn eq(&self, other: &CodeModeExecutionOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CodeModeExecutionOutcome
Auto Trait Implementations§
impl Freeze for CodeModeExecutionOutcome
impl RefUnwindSafe for CodeModeExecutionOutcome
impl Send for CodeModeExecutionOutcome
impl Sync for CodeModeExecutionOutcome
impl Unpin for CodeModeExecutionOutcome
impl UnsafeUnpin for CodeModeExecutionOutcome
impl UnwindSafe for CodeModeExecutionOutcome
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