Struct aws_sdk_connectcases::types::FieldIdentifier
source · #[non_exhaustive]pub struct FieldIdentifier { /* private fields */ }
Expand description
Object for unique identifier of a field.
Implementations§
source§impl FieldIdentifier
impl FieldIdentifier
sourcepub fn builder() -> FieldIdentifierBuilder
pub fn builder() -> FieldIdentifierBuilder
Creates a new builder-style object to manufacture FieldIdentifier
.
Trait Implementations§
source§impl Clone for FieldIdentifier
impl Clone for FieldIdentifier
source§fn clone(&self) -> FieldIdentifier
fn clone(&self) -> FieldIdentifier
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 Debug for FieldIdentifier
impl Debug for FieldIdentifier
source§impl PartialEq<FieldIdentifier> for FieldIdentifier
impl PartialEq<FieldIdentifier> for FieldIdentifier
source§fn eq(&self, other: &FieldIdentifier) -> bool
fn eq(&self, other: &FieldIdentifier) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more