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