Struct aws_sdk_connectcases::output::GetCaseOutput
source · [−]#[non_exhaustive]pub struct GetCaseOutput { /* private fields */ }
Implementations
sourceimpl GetCaseOutput
impl GetCaseOutput
sourcepub fn fields(&self) -> Option<&[FieldValue]>
pub fn fields(&self) -> Option<&[FieldValue]>
A list of detailed field information.
sourcepub fn template_id(&self) -> Option<&str>
pub fn template_id(&self) -> Option<&str>
A unique identifier of a template.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next set of results. This is null if there are no more results to return.
A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.
sourceimpl GetCaseOutput
impl GetCaseOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCaseOutput
.
Trait Implementations
sourceimpl Clone for GetCaseOutput
impl Clone for GetCaseOutput
sourcefn clone(&self) -> GetCaseOutput
fn clone(&self) -> GetCaseOutput
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 GetCaseOutput
impl Debug for GetCaseOutput
sourceimpl PartialEq<GetCaseOutput> for GetCaseOutput
impl PartialEq<GetCaseOutput> for GetCaseOutput
sourcefn eq(&self, other: &GetCaseOutput) -> bool
fn eq(&self, other: &GetCaseOutput) -> bool
impl StructuralPartialEq for GetCaseOutput
Auto Trait Implementations
impl RefUnwindSafe for GetCaseOutput
impl Send for GetCaseOutput
impl Sync for GetCaseOutput
impl Unpin for GetCaseOutput
impl UnwindSafe for GetCaseOutput
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