pub struct Logline<V> { /* private fields */ }Available on crate feature
parquet only.Implementations§
Trait Implementations§
impl<V> StructuralPartialEq for Logline<V>
Auto Trait Implementations§
impl<V> Freeze for Logline<V>
impl<V> RefUnwindSafe for Logline<V>where
V: RefUnwindSafe,
impl<V> Send for Logline<V>where
V: Send,
impl<V> Sync for Logline<V>where
V: Sync,
impl<V> Unpin for Logline<V>where
V: Unpin,
impl<V> UnwindSafe for Logline<V>where
V: UnwindSafe,
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