Struct aws_sdk_iot::types::LogTarget
source · #[non_exhaustive]pub struct LogTarget { /* private fields */ }
Expand description
A log target.
Implementations§
source§impl LogTarget
impl LogTarget
sourcepub fn target_type(&self) -> Option<&LogTargetType>
pub fn target_type(&self) -> Option<&LogTargetType>
The target type.
sourcepub fn target_name(&self) -> Option<&str>
pub fn target_name(&self) -> Option<&str>
The target name.
Trait Implementations§
source§impl PartialEq<LogTarget> for LogTarget
impl PartialEq<LogTarget> for LogTarget
impl StructuralPartialEq for LogTarget
Auto Trait Implementations§
impl RefUnwindSafe for LogTarget
impl Send for LogTarget
impl Sync for LogTarget
impl Unpin for LogTarget
impl UnwindSafe for LogTarget
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