Struct aws_sdk_iot::output::SetV2LoggingLevelOutput
source · [−]#[non_exhaustive]pub struct SetV2LoggingLevelOutput {}
Implementations
sourceimpl SetV2LoggingLevelOutput
impl SetV2LoggingLevelOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SetV2LoggingLevelOutput
.
Trait Implementations
sourceimpl Clone for SetV2LoggingLevelOutput
impl Clone for SetV2LoggingLevelOutput
sourcefn clone(&self) -> SetV2LoggingLevelOutput
fn clone(&self) -> SetV2LoggingLevelOutput
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 SetV2LoggingLevelOutput
impl Debug for SetV2LoggingLevelOutput
sourceimpl PartialEq<SetV2LoggingLevelOutput> for SetV2LoggingLevelOutput
impl PartialEq<SetV2LoggingLevelOutput> for SetV2LoggingLevelOutput
sourcefn eq(&self, other: &SetV2LoggingLevelOutput) -> bool
fn eq(&self, other: &SetV2LoggingLevelOutput) -> bool
impl StructuralPartialEq for SetV2LoggingLevelOutput
Auto Trait Implementations
impl RefUnwindSafe for SetV2LoggingLevelOutput
impl Send for SetV2LoggingLevelOutput
impl Sync for SetV2LoggingLevelOutput
impl Unpin for SetV2LoggingLevelOutput
impl UnwindSafe for SetV2LoggingLevelOutput
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