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
Source§fn clone(&self) -> OutputStage
fn clone(&self) -> OutputStage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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