pub enum IngestionMode {
Debug,
Production,
}Expand description
The ingestion mode.
Variants§
Debug
Enable debugging information.
Production
Disable debugging information for improved performance.
Trait Implementations§
Source§impl Clone for IngestionMode
impl Clone for IngestionMode
Source§fn clone(&self) -> IngestionMode
fn clone(&self) -> IngestionMode
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 Debug for IngestionMode
impl Debug for IngestionMode
impl Copy for IngestionMode
Auto Trait Implementations§
impl Freeze for IngestionMode
impl RefUnwindSafe for IngestionMode
impl Send for IngestionMode
impl Sync for IngestionMode
impl Unpin for IngestionMode
impl UnwindSafe for IngestionMode
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