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