#[non_exhaustive]pub struct FlushApiCacheOutput { /* private fields */ }
Expand description
Represents the output of a FlushApiCache
operation.
Implementations§
source§impl FlushApiCacheOutput
impl FlushApiCacheOutput
sourcepub fn builder() -> FlushApiCacheOutputBuilder
pub fn builder() -> FlushApiCacheOutputBuilder
Creates a new builder-style object to manufacture FlushApiCacheOutput
.
Trait Implementations§
source§impl Clone for FlushApiCacheOutput
impl Clone for FlushApiCacheOutput
source§fn clone(&self) -> FlushApiCacheOutput
fn clone(&self) -> FlushApiCacheOutput
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 FlushApiCacheOutput
impl Debug for FlushApiCacheOutput
source§impl PartialEq<FlushApiCacheOutput> for FlushApiCacheOutput
impl PartialEq<FlushApiCacheOutput> for FlushApiCacheOutput
source§fn eq(&self, other: &FlushApiCacheOutput) -> bool
fn eq(&self, other: &FlushApiCacheOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for FlushApiCacheOutput
impl RequestId for FlushApiCacheOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.