#[non_exhaustive]pub struct GetDevicePoolInputBuilder { /* private fields */ }Expand description
A builder for GetDevicePoolInput.
Implementations§
source§impl GetDevicePoolInputBuilder
impl GetDevicePoolInputBuilder
sourcepub fn build(self) -> Result<GetDevicePoolInput, BuildError>
pub fn build(self) -> Result<GetDevicePoolInput, BuildError>
Consumes the builder and constructs a GetDevicePoolInput.
Trait Implementations§
source§impl Clone for GetDevicePoolInputBuilder
impl Clone for GetDevicePoolInputBuilder
source§fn clone(&self) -> GetDevicePoolInputBuilder
fn clone(&self) -> GetDevicePoolInputBuilder
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 GetDevicePoolInputBuilder
impl Debug for GetDevicePoolInputBuilder
source§impl Default for GetDevicePoolInputBuilder
impl Default for GetDevicePoolInputBuilder
source§fn default() -> GetDevicePoolInputBuilder
fn default() -> GetDevicePoolInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetDevicePoolInputBuilder> for GetDevicePoolInputBuilder
impl PartialEq<GetDevicePoolInputBuilder> for GetDevicePoolInputBuilder
source§fn eq(&self, other: &GetDevicePoolInputBuilder) -> bool
fn eq(&self, other: &GetDevicePoolInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.