#[non_exhaustive]pub struct DeleteCallAnalyticsCategoryOutput {}Implementations§
source§impl DeleteCallAnalyticsCategoryOutput
impl DeleteCallAnalyticsCategoryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCallAnalyticsCategoryOutput.
Trait Implementations§
source§impl Clone for DeleteCallAnalyticsCategoryOutput
impl Clone for DeleteCallAnalyticsCategoryOutput
source§fn clone(&self) -> DeleteCallAnalyticsCategoryOutput
fn clone(&self) -> DeleteCallAnalyticsCategoryOutput
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 PartialEq<DeleteCallAnalyticsCategoryOutput> for DeleteCallAnalyticsCategoryOutput
impl PartialEq<DeleteCallAnalyticsCategoryOutput> for DeleteCallAnalyticsCategoryOutput
source§fn eq(&self, other: &DeleteCallAnalyticsCategoryOutput) -> bool
fn eq(&self, other: &DeleteCallAnalyticsCategoryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.