pub enum AsyncLogType {
Message(Vec<u8>),
Flush,
QuickwitLog(QuickwitLogEntry),
}Expand description
异步日志类型
Variants§
Auto Trait Implementations§
impl Freeze for AsyncLogType
impl RefUnwindSafe for AsyncLogType
impl Send for AsyncLogType
impl Sync for AsyncLogType
impl Unpin for AsyncLogType
impl UnsafeUnpin for AsyncLogType
impl UnwindSafe for AsyncLogType
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