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