#[non_exhaustive]pub struct EvaluateCodeOutput { /* private fields */ }
Implementations§
source§impl EvaluateCodeOutput
impl EvaluateCodeOutput
sourcepub fn evaluation_result(&self) -> Option<&str>
pub fn evaluation_result(&self) -> Option<&str>
The result of the evaluation operation.
sourcepub fn error(&self) -> Option<&EvaluateCodeErrorDetail>
pub fn error(&self) -> Option<&EvaluateCodeErrorDetail>
Contains the payload of the response error.
source§impl EvaluateCodeOutput
impl EvaluateCodeOutput
sourcepub fn builder() -> EvaluateCodeOutputBuilder
pub fn builder() -> EvaluateCodeOutputBuilder
Creates a new builder-style object to manufacture EvaluateCodeOutput
.
Trait Implementations§
source§impl Clone for EvaluateCodeOutput
impl Clone for EvaluateCodeOutput
source§fn clone(&self) -> EvaluateCodeOutput
fn clone(&self) -> EvaluateCodeOutput
Returns a copy of the value. Read more
1.0.0 · 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 EvaluateCodeOutput
impl Debug for EvaluateCodeOutput
source§impl PartialEq<EvaluateCodeOutput> for EvaluateCodeOutput
impl PartialEq<EvaluateCodeOutput> for EvaluateCodeOutput
source§fn eq(&self, other: &EvaluateCodeOutput) -> bool
fn eq(&self, other: &EvaluateCodeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for EvaluateCodeOutput
impl RequestId for EvaluateCodeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.