Struct aws_sdk_databrew::input::DescribeJobInput
source · [−]#[non_exhaustive]pub struct DescribeJobInput { /* private fields */ }
Implementations
sourceimpl DescribeJobInput
impl DescribeJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeJobInput
.
Trait Implementations
sourceimpl Clone for DescribeJobInput
impl Clone for DescribeJobInput
sourcefn clone(&self) -> DescribeJobInput
fn clone(&self) -> DescribeJobInput
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 DescribeJobInput
impl Debug for DescribeJobInput
sourceimpl PartialEq<DescribeJobInput> for DescribeJobInput
impl PartialEq<DescribeJobInput> for DescribeJobInput
sourcefn eq(&self, other: &DescribeJobInput) -> bool
fn eq(&self, other: &DescribeJobInput) -> bool
impl StructuralPartialEq for DescribeJobInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeJobInput
impl Send for DescribeJobInput
impl Sync for DescribeJobInput
impl Unpin for DescribeJobInput
impl UnwindSafe for DescribeJobInput
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