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