Struct tracing_cloudwatch::ExportConfig
source · pub struct ExportConfig { /* private fields */ }Implementations§
source§impl ExportConfig
impl ExportConfig
pub fn with_batch_size<T>(self, batch_size: T) -> Selfwhere T: TryInto<NonZeroUsize>, <T as TryInto<NonZeroUsize>>::Error: Debug,
pub fn with_interval(self, interval: Duration) -> Self
pub fn with_log_group_name(self, log_group_name: impl Into<String>) -> Self
pub fn with_log_stream_name(self, log_stream_name: impl Into<String>) -> Self
Trait Implementations§
source§impl Clone for ExportConfig
impl Clone for ExportConfig
source§fn clone(&self) -> ExportConfig
fn clone(&self) -> ExportConfig
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 ExportConfig
impl Debug for ExportConfig
Auto Trait Implementations§
impl RefUnwindSafe for ExportConfig
impl Send for ExportConfig
impl Sync for ExportConfig
impl Unpin for ExportConfig
impl UnwindSafe for ExportConfig
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