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