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