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