#[non_exhaustive]pub struct DefineAnalysisSchemeOutput { /* private fields */ }Expand description
The result of a request. Contains the status of the newly-configured analysis scheme.DefineAnalysisScheme
Implementations
sourceimpl DefineAnalysisSchemeOutput
impl DefineAnalysisSchemeOutput
sourcepub fn analysis_scheme(&self) -> Option<&AnalysisSchemeStatus>
pub fn analysis_scheme(&self) -> Option<&AnalysisSchemeStatus>
The status and configuration of an AnalysisScheme.
sourceimpl DefineAnalysisSchemeOutput
impl DefineAnalysisSchemeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefineAnalysisSchemeOutput.
Trait Implementations
sourceimpl Clone for DefineAnalysisSchemeOutput
impl Clone for DefineAnalysisSchemeOutput
sourcefn clone(&self) -> DefineAnalysisSchemeOutput
fn clone(&self) -> DefineAnalysisSchemeOutput
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 DefineAnalysisSchemeOutput
impl Debug for DefineAnalysisSchemeOutput
sourceimpl PartialEq<DefineAnalysisSchemeOutput> for DefineAnalysisSchemeOutput
impl PartialEq<DefineAnalysisSchemeOutput> for DefineAnalysisSchemeOutput
sourcefn eq(&self, other: &DefineAnalysisSchemeOutput) -> bool
fn eq(&self, other: &DefineAnalysisSchemeOutput) -> bool
impl StructuralPartialEq for DefineAnalysisSchemeOutput
Auto Trait Implementations
impl RefUnwindSafe for DefineAnalysisSchemeOutput
impl Send for DefineAnalysisSchemeOutput
impl Sync for DefineAnalysisSchemeOutput
impl Unpin for DefineAnalysisSchemeOutput
impl UnwindSafe for DefineAnalysisSchemeOutput
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