#[non_exhaustive]pub struct SetV2LoggingOptionsInput { /* private fields */ }Implementations§
source§impl SetV2LoggingOptionsInput
impl SetV2LoggingOptionsInput
sourcepub fn builder() -> SetV2LoggingOptionsInputBuilder
pub fn builder() -> SetV2LoggingOptionsInputBuilder
Creates a new builder-style object to manufacture SetV2LoggingOptionsInput.
source§impl SetV2LoggingOptionsInput
impl SetV2LoggingOptionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<SetV2LoggingOptions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<SetV2LoggingOptions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<SetV2LoggingOptions>
Trait Implementations§
source§impl Clone for SetV2LoggingOptionsInput
impl Clone for SetV2LoggingOptionsInput
source§fn clone(&self) -> SetV2LoggingOptionsInput
fn clone(&self) -> SetV2LoggingOptionsInput
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 SetV2LoggingOptionsInput
impl Debug for SetV2LoggingOptionsInput
source§impl PartialEq<SetV2LoggingOptionsInput> for SetV2LoggingOptionsInput
impl PartialEq<SetV2LoggingOptionsInput> for SetV2LoggingOptionsInput
source§fn eq(&self, other: &SetV2LoggingOptionsInput) -> bool
fn eq(&self, other: &SetV2LoggingOptionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SetV2LoggingOptionsInput
Auto Trait Implementations§
impl RefUnwindSafe for SetV2LoggingOptionsInput
impl Send for SetV2LoggingOptionsInput
impl Sync for SetV2LoggingOptionsInput
impl Unpin for SetV2LoggingOptionsInput
impl UnwindSafe for SetV2LoggingOptionsInput
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