#[non_exhaustive]pub struct ReadJobOutput { /* private fields */ }
Expand description
The ReadJobResponse
structure.
Implementations§
source§impl ReadJobOutput
impl ReadJobOutput
source§impl ReadJobOutput
impl ReadJobOutput
sourcepub fn builder() -> ReadJobOutputBuilder
pub fn builder() -> ReadJobOutputBuilder
Creates a new builder-style object to manufacture ReadJobOutput
.
Trait Implementations§
source§impl Clone for ReadJobOutput
impl Clone for ReadJobOutput
source§fn clone(&self) -> ReadJobOutput
fn clone(&self) -> ReadJobOutput
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 ReadJobOutput
impl Debug for ReadJobOutput
source§impl PartialEq<ReadJobOutput> for ReadJobOutput
impl PartialEq<ReadJobOutput> for ReadJobOutput
source§fn eq(&self, other: &ReadJobOutput) -> bool
fn eq(&self, other: &ReadJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ReadJobOutput
impl RequestId for ReadJobOutput
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.