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