Struct aws_sdk_support::output::ResolveCaseOutput
source · [−]#[non_exhaustive]pub struct ResolveCaseOutput { /* private fields */ }Expand description
The status of the case returned by the ResolveCase operation.
Implementations
sourceimpl ResolveCaseOutput
impl ResolveCaseOutput
sourcepub fn initial_case_status(&self) -> Option<&str>
pub fn initial_case_status(&self) -> Option<&str>
The status of the case when the ResolveCase request was sent.
sourcepub fn final_case_status(&self) -> Option<&str>
pub fn final_case_status(&self) -> Option<&str>
The status of the case after the ResolveCase request was processed.
sourceimpl ResolveCaseOutput
impl ResolveCaseOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ResolveCaseOutput.
Trait Implementations
sourceimpl Clone for ResolveCaseOutput
impl Clone for ResolveCaseOutput
sourcefn clone(&self) -> ResolveCaseOutput
fn clone(&self) -> ResolveCaseOutput
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 ResolveCaseOutput
impl Debug for ResolveCaseOutput
sourceimpl PartialEq<ResolveCaseOutput> for ResolveCaseOutput
impl PartialEq<ResolveCaseOutput> for ResolveCaseOutput
sourcefn eq(&self, other: &ResolveCaseOutput) -> bool
fn eq(&self, other: &ResolveCaseOutput) -> bool
impl StructuralPartialEq for ResolveCaseOutput
Auto Trait Implementations
impl RefUnwindSafe for ResolveCaseOutput
impl Send for ResolveCaseOutput
impl Sync for ResolveCaseOutput
impl Unpin for ResolveCaseOutput
impl UnwindSafe for ResolveCaseOutput
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