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