Struct aws_sdk_worklink::input::DescribeDeviceInput
source · #[non_exhaustive]pub struct DescribeDeviceInput { /* private fields */ }Implementations§
source§impl DescribeDeviceInput
impl DescribeDeviceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDevice, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDevice, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDevice>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDeviceInput.
Trait Implementations§
source§impl Clone for DescribeDeviceInput
impl Clone for DescribeDeviceInput
source§fn clone(&self) -> DescribeDeviceInput
fn clone(&self) -> DescribeDeviceInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeDeviceInput
impl Debug for DescribeDeviceInput
source§impl PartialEq<DescribeDeviceInput> for DescribeDeviceInput
impl PartialEq<DescribeDeviceInput> for DescribeDeviceInput
source§fn eq(&self, other: &DescribeDeviceInput) -> bool
fn eq(&self, other: &DescribeDeviceInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.