#[non_exhaustive]pub struct StartReferenceImportJobOutput { /* private fields */ }
Implementations§
source§impl StartReferenceImportJobOutput
impl StartReferenceImportJobOutput
sourcepub fn reference_store_id(&self) -> Option<&str>
pub fn reference_store_id(&self) -> Option<&str>
The job's reference store ID.
sourcepub fn status(&self) -> Option<&ReferenceImportJobStatus>
pub fn status(&self) -> Option<&ReferenceImportJobStatus>
The job's status.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the job was created.
source§impl StartReferenceImportJobOutput
impl StartReferenceImportJobOutput
sourcepub fn builder() -> StartReferenceImportJobOutputBuilder
pub fn builder() -> StartReferenceImportJobOutputBuilder
Creates a new builder-style object to manufacture StartReferenceImportJobOutput
.
Trait Implementations§
source§impl Clone for StartReferenceImportJobOutput
impl Clone for StartReferenceImportJobOutput
source§fn clone(&self) -> StartReferenceImportJobOutput
fn clone(&self) -> StartReferenceImportJobOutput
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<StartReferenceImportJobOutput> for StartReferenceImportJobOutput
impl PartialEq<StartReferenceImportJobOutput> for StartReferenceImportJobOutput
source§fn eq(&self, other: &StartReferenceImportJobOutput) -> bool
fn eq(&self, other: &StartReferenceImportJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for StartReferenceImportJobOutput
impl RequestId for StartReferenceImportJobOutput
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.impl StructuralPartialEq for StartReferenceImportJobOutput
Auto Trait Implementations§
impl RefUnwindSafe for StartReferenceImportJobOutput
impl Send for StartReferenceImportJobOutput
impl Sync for StartReferenceImportJobOutput
impl Unpin for StartReferenceImportJobOutput
impl UnwindSafe for StartReferenceImportJobOutput
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