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