Struct aws_sdk_connectcases::model::FieldSummary
source · [−]#[non_exhaustive]pub struct FieldSummary { /* private fields */ }
Expand description
Object for the summarized details of the field.
Implementations
sourceimpl FieldSummary
impl FieldSummary
sourcepub fn namespace(&self) -> Option<&FieldNamespace>
pub fn namespace(&self) -> Option<&FieldNamespace>
The namespace of a field.
sourceimpl FieldSummary
impl FieldSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FieldSummary
.
Trait Implementations
sourceimpl Clone for FieldSummary
impl Clone for FieldSummary
sourcefn clone(&self) -> FieldSummary
fn clone(&self) -> FieldSummary
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 FieldSummary
impl Debug for FieldSummary
sourceimpl PartialEq<FieldSummary> for FieldSummary
impl PartialEq<FieldSummary> for FieldSummary
sourcefn eq(&self, other: &FieldSummary) -> bool
fn eq(&self, other: &FieldSummary) -> bool
impl StructuralPartialEq for FieldSummary
Auto Trait Implementations
impl RefUnwindSafe for FieldSummary
impl Send for FieldSummary
impl Sync for FieldSummary
impl Unpin for FieldSummary
impl UnwindSafe for FieldSummary
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