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