Struct aws_sdk_support::input::DescribeSeverityLevelsInput
source · [−]#[non_exhaustive]pub struct DescribeSeverityLevelsInput { /* private fields */ }Implementations
sourceimpl DescribeSeverityLevelsInput
impl DescribeSeverityLevelsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSeverityLevels, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeSeverityLevels, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeSeverityLevels>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSeverityLevelsInput.
Trait Implementations
sourceimpl Clone for DescribeSeverityLevelsInput
impl Clone for DescribeSeverityLevelsInput
sourcefn clone(&self) -> DescribeSeverityLevelsInput
fn clone(&self) -> DescribeSeverityLevelsInput
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 DescribeSeverityLevelsInput
impl Debug for DescribeSeverityLevelsInput
sourceimpl PartialEq<DescribeSeverityLevelsInput> for DescribeSeverityLevelsInput
impl PartialEq<DescribeSeverityLevelsInput> for DescribeSeverityLevelsInput
sourcefn eq(&self, other: &DescribeSeverityLevelsInput) -> bool
fn eq(&self, other: &DescribeSeverityLevelsInput) -> bool
impl StructuralPartialEq for DescribeSeverityLevelsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeSeverityLevelsInput
impl Send for DescribeSeverityLevelsInput
impl Sync for DescribeSeverityLevelsInput
impl Unpin for DescribeSeverityLevelsInput
impl UnwindSafe for DescribeSeverityLevelsInput
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