Struct tracing_cloudwatch::LogDestination
source · pub struct LogDestination {
pub log_group_name: String,
pub log_stream_name: String,
}Fields§
§log_group_name: String§log_stream_name: StringTrait Implementations§
source§impl Clone for LogDestination
impl Clone for LogDestination
source§fn clone(&self) -> LogDestination
fn clone(&self) -> LogDestination
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 LogDestination
impl Debug for LogDestination
source§impl Default for LogDestination
impl Default for LogDestination
source§fn default() -> LogDestination
fn default() -> LogDestination
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for LogDestination
impl Send for LogDestination
impl Sync for LogDestination
impl Unpin for LogDestination
impl UnwindSafe for LogDestination
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