#[non_exhaustive]pub struct SetV2LoggingLevelInput { /* private fields */ }Implementations§
source§impl SetV2LoggingLevelInput
impl SetV2LoggingLevelInput
sourcepub fn builder() -> SetV2LoggingLevelInputBuilder
pub fn builder() -> SetV2LoggingLevelInputBuilder
Creates a new builder-style object to manufacture SetV2LoggingLevelInput.
source§impl SetV2LoggingLevelInput
impl SetV2LoggingLevelInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetV2LoggingLevel, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SetV2LoggingLevel, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetV2LoggingLevel>
Trait Implementations§
source§impl Clone for SetV2LoggingLevelInput
impl Clone for SetV2LoggingLevelInput
source§fn clone(&self) -> SetV2LoggingLevelInput
fn clone(&self) -> SetV2LoggingLevelInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SetV2LoggingLevelInput
impl Debug for SetV2LoggingLevelInput
source§impl PartialEq<SetV2LoggingLevelInput> for SetV2LoggingLevelInput
impl PartialEq<SetV2LoggingLevelInput> for SetV2LoggingLevelInput
source§fn eq(&self, other: &SetV2LoggingLevelInput) -> bool
fn eq(&self, other: &SetV2LoggingLevelInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SetV2LoggingLevelInput
Auto Trait Implementations§
impl RefUnwindSafe for SetV2LoggingLevelInput
impl Send for SetV2LoggingLevelInput
impl Sync for SetV2LoggingLevelInput
impl Unpin for SetV2LoggingLevelInput
impl UnwindSafe for SetV2LoggingLevelInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more