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