Struct aws_sdk_connectcases::types::FieldError
source · #[non_exhaustive]pub struct FieldError { /* private fields */ }
Expand description
Object for errors on fields.
Implementations§
source§impl FieldError
impl FieldError
source§impl FieldError
impl FieldError
sourcepub fn builder() -> FieldErrorBuilder
pub fn builder() -> FieldErrorBuilder
Creates a new builder-style object to manufacture FieldError
.
Trait Implementations§
source§impl Clone for FieldError
impl Clone for FieldError
source§fn clone(&self) -> FieldError
fn clone(&self) -> FieldError
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 FieldError
impl Debug for FieldError
source§impl PartialEq<FieldError> for FieldError
impl PartialEq<FieldError> for FieldError
source§fn eq(&self, other: &FieldError) -> bool
fn eq(&self, other: &FieldError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for FieldError
Auto Trait Implementations§
impl RefUnwindSafe for FieldError
impl Send for FieldError
impl Sync for FieldError
impl Unpin for FieldError
impl UnwindSafe for FieldError
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