Struct aws_sdk_connectcases::model::TemplateSummary
source · [−]#[non_exhaustive]pub struct TemplateSummary { /* private fields */ }
Expand description
Template summary information.
Implementations
sourceimpl TemplateSummary
impl TemplateSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TemplateSummary
.
Trait Implementations
sourceimpl Clone for TemplateSummary
impl Clone for TemplateSummary
sourcefn clone(&self) -> TemplateSummary
fn clone(&self) -> TemplateSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TemplateSummary
impl Debug for TemplateSummary
sourceimpl PartialEq<TemplateSummary> for TemplateSummary
impl PartialEq<TemplateSummary> for TemplateSummary
sourcefn eq(&self, other: &TemplateSummary) -> bool
fn eq(&self, other: &TemplateSummary) -> bool
impl StructuralPartialEq for TemplateSummary
Auto Trait Implementations
impl RefUnwindSafe for TemplateSummary
impl Send for TemplateSummary
impl Sync for TemplateSummary
impl Unpin for TemplateSummary
impl UnwindSafe for TemplateSummary
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more