Struct aws_sdk_iot::operation::set_v2_logging_level::builders::SetV2LoggingLevelOutputBuilder
source · #[non_exhaustive]pub struct SetV2LoggingLevelOutputBuilder { /* private fields */ }
Expand description
A builder for SetV2LoggingLevelOutput
.
Implementations§
source§impl SetV2LoggingLevelOutputBuilder
impl SetV2LoggingLevelOutputBuilder
sourcepub fn build(self) -> SetV2LoggingLevelOutput
pub fn build(self) -> SetV2LoggingLevelOutput
Consumes the builder and constructs a SetV2LoggingLevelOutput
.
Trait Implementations§
source§impl Clone for SetV2LoggingLevelOutputBuilder
impl Clone for SetV2LoggingLevelOutputBuilder
source§fn clone(&self) -> SetV2LoggingLevelOutputBuilder
fn clone(&self) -> SetV2LoggingLevelOutputBuilder
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 Default for SetV2LoggingLevelOutputBuilder
impl Default for SetV2LoggingLevelOutputBuilder
source§fn default() -> SetV2LoggingLevelOutputBuilder
fn default() -> SetV2LoggingLevelOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for SetV2LoggingLevelOutputBuilder
impl PartialEq for SetV2LoggingLevelOutputBuilder
source§fn eq(&self, other: &SetV2LoggingLevelOutputBuilder) -> bool
fn eq(&self, other: &SetV2LoggingLevelOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for SetV2LoggingLevelOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for SetV2LoggingLevelOutputBuilder
impl Send for SetV2LoggingLevelOutputBuilder
impl Sync for SetV2LoggingLevelOutputBuilder
impl Unpin for SetV2LoggingLevelOutputBuilder
impl UnwindSafe for SetV2LoggingLevelOutputBuilder
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