pub enum OutputStage {
Serialize,
Record,
Newline,
Flush,
}Expand description
The output operation whose first failure made log delivery unhealthy.
Variants§
Trait Implementations§
Source§impl Clone for OutputStage
impl Clone for OutputStage
impl Copy for OutputStage
Source§impl Debug for OutputStage
impl Debug for OutputStage
impl Eq for OutputStage
Source§impl PartialEq for OutputStage
impl PartialEq for OutputStage
impl StructuralPartialEq for OutputStage
Auto Trait Implementations§
impl Freeze for OutputStage
impl RefUnwindSafe for OutputStage
impl Send for OutputStage
impl Sync for OutputStage
impl Unpin for OutputStage
impl UnsafeUnpin for OutputStage
impl UnwindSafe for OutputStage
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