Struct aws_sdk_s3control::output::DescribeJobOutput
source · [−]#[non_exhaustive]pub struct DescribeJobOutput { /* private fields */ }Implementations
sourceimpl DescribeJobOutput
impl DescribeJobOutput
sourcepub fn job(&self) -> Option<&JobDescriptor>
pub fn job(&self) -> Option<&JobDescriptor>
Contains the configuration parameters and status for the job specified in the Describe Job request.
sourceimpl DescribeJobOutput
impl DescribeJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeJobOutput.
Trait Implementations
sourceimpl Clone for DescribeJobOutput
impl Clone for DescribeJobOutput
sourcefn clone(&self) -> DescribeJobOutput
fn clone(&self) -> DescribeJobOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DescribeJobOutput
impl Debug for DescribeJobOutput
sourceimpl PartialEq<DescribeJobOutput> for DescribeJobOutput
impl PartialEq<DescribeJobOutput> for DescribeJobOutput
sourcefn eq(&self, other: &DescribeJobOutput) -> bool
fn eq(&self, other: &DescribeJobOutput) -> bool
impl StructuralPartialEq for DescribeJobOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeJobOutput
impl Send for DescribeJobOutput
impl Sync for DescribeJobOutput
impl Unpin for DescribeJobOutput
impl UnwindSafe for DescribeJobOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more