Struct aws_sdk_connectcases::output::BatchGetFieldOutput
source · [−]#[non_exhaustive]pub struct BatchGetFieldOutput { /* private fields */ }
Implementations
sourceimpl BatchGetFieldOutput
impl BatchGetFieldOutput
sourcepub fn fields(&self) -> Option<&[GetFieldResponse]>
pub fn fields(&self) -> Option<&[GetFieldResponse]>
A list of detailed field information.
sourcepub fn errors(&self) -> Option<&[FieldError]>
pub fn errors(&self) -> Option<&[FieldError]>
A list of field errors.
sourceimpl BatchGetFieldOutput
impl BatchGetFieldOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetFieldOutput
.
Trait Implementations
sourceimpl Clone for BatchGetFieldOutput
impl Clone for BatchGetFieldOutput
sourcefn clone(&self) -> BatchGetFieldOutput
fn clone(&self) -> BatchGetFieldOutput
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 BatchGetFieldOutput
impl Debug for BatchGetFieldOutput
sourceimpl PartialEq<BatchGetFieldOutput> for BatchGetFieldOutput
impl PartialEq<BatchGetFieldOutput> for BatchGetFieldOutput
sourcefn eq(&self, other: &BatchGetFieldOutput) -> bool
fn eq(&self, other: &BatchGetFieldOutput) -> bool
impl StructuralPartialEq for BatchGetFieldOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchGetFieldOutput
impl Send for BatchGetFieldOutput
impl Sync for BatchGetFieldOutput
impl Unpin for BatchGetFieldOutput
impl UnwindSafe for BatchGetFieldOutput
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