Struct aws_sdk_iot::types::LogTargetConfiguration
source · #[non_exhaustive]pub struct LogTargetConfiguration { /* private fields */ }
Expand description
The target configuration.
Implementations§
source§impl LogTargetConfiguration
impl LogTargetConfiguration
sourcepub fn builder() -> LogTargetConfigurationBuilder
pub fn builder() -> LogTargetConfigurationBuilder
Creates a new builder-style object to manufacture LogTargetConfiguration
.
Trait Implementations§
source§impl Clone for LogTargetConfiguration
impl Clone for LogTargetConfiguration
source§fn clone(&self) -> LogTargetConfiguration
fn clone(&self) -> LogTargetConfiguration
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 LogTargetConfiguration
impl Debug for LogTargetConfiguration
source§impl PartialEq<LogTargetConfiguration> for LogTargetConfiguration
impl PartialEq<LogTargetConfiguration> for LogTargetConfiguration
source§fn eq(&self, other: &LogTargetConfiguration) -> bool
fn eq(&self, other: &LogTargetConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LogTargetConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for LogTargetConfiguration
impl Send for LogTargetConfiguration
impl Sync for LogTargetConfiguration
impl Unpin for LogTargetConfiguration
impl UnwindSafe for LogTargetConfiguration
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