#[non_exhaustive]pub struct GetCalculationExecutionCodeOutput { /* private fields */ }
Implementations§
source§impl GetCalculationExecutionCodeOutput
impl GetCalculationExecutionCodeOutput
sourcepub fn code_block(&self) -> Option<&str>
pub fn code_block(&self) -> Option<&str>
A pre-signed URL to the code that executed the calculation.
source§impl GetCalculationExecutionCodeOutput
impl GetCalculationExecutionCodeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCalculationExecutionCodeOutput
.
Trait Implementations§
source§impl Clone for GetCalculationExecutionCodeOutput
impl Clone for GetCalculationExecutionCodeOutput
source§fn clone(&self) -> GetCalculationExecutionCodeOutput
fn clone(&self) -> GetCalculationExecutionCodeOutput
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 PartialEq<GetCalculationExecutionCodeOutput> for GetCalculationExecutionCodeOutput
impl PartialEq<GetCalculationExecutionCodeOutput> for GetCalculationExecutionCodeOutput
source§fn eq(&self, other: &GetCalculationExecutionCodeOutput) -> bool
fn eq(&self, other: &GetCalculationExecutionCodeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.