#[non_exhaustive]pub struct GetVariantStoreInputBuilder { /* private fields */ }
Expand description
A builder for GetVariantStoreInput
.
Implementations§
source§impl GetVariantStoreInputBuilder
impl GetVariantStoreInputBuilder
sourcepub fn build(self) -> Result<GetVariantStoreInput, BuildError>
pub fn build(self) -> Result<GetVariantStoreInput, BuildError>
Consumes the builder and constructs a GetVariantStoreInput
.
Trait Implementations§
source§impl Clone for GetVariantStoreInputBuilder
impl Clone for GetVariantStoreInputBuilder
source§fn clone(&self) -> GetVariantStoreInputBuilder
fn clone(&self) -> GetVariantStoreInputBuilder
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 GetVariantStoreInputBuilder
impl Debug for GetVariantStoreInputBuilder
source§impl Default for GetVariantStoreInputBuilder
impl Default for GetVariantStoreInputBuilder
source§fn default() -> GetVariantStoreInputBuilder
fn default() -> GetVariantStoreInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetVariantStoreInputBuilder> for GetVariantStoreInputBuilder
impl PartialEq<GetVariantStoreInputBuilder> for GetVariantStoreInputBuilder
source§fn eq(&self, other: &GetVariantStoreInputBuilder) -> bool
fn eq(&self, other: &GetVariantStoreInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetVariantStoreInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetVariantStoreInputBuilder
impl Send for GetVariantStoreInputBuilder
impl Sync for GetVariantStoreInputBuilder
impl Unpin for GetVariantStoreInputBuilder
impl UnwindSafe for GetVariantStoreInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more