pub struct LoggerOptions {
pub ingest_policy: LoggerIngestPolicy,
}Fields§
§ingest_policy: LoggerIngestPolicyImplementations§
Source§impl LoggerOptions
impl LoggerOptions
pub fn new(ingest_policy: LoggerIngestPolicy) -> Self
Trait Implementations§
Source§impl Clone for LoggerOptions
impl Clone for LoggerOptions
Source§fn clone(&self) -> LoggerOptions
fn clone(&self) -> LoggerOptions
Returns a duplicate 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 Default for LoggerOptions
impl Default for LoggerOptions
impl Copy for LoggerOptions
Auto Trait Implementations§
impl Freeze for LoggerOptions
impl RefUnwindSafe for LoggerOptions
impl Send for LoggerOptions
impl Sync for LoggerOptions
impl Unpin for LoggerOptions
impl UnwindSafe for LoggerOptions
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