pub struct LogEventRow {
pub timestamp: u64,
pub message: String,
pub ingestion_time: u64,
}Fields§
§timestamp: u64§message: String§ingestion_time: u64Trait Implementations§
Source§impl Clone for LogEventRow
impl Clone for LogEventRow
Source§fn clone(&self) -> LogEventRow
fn clone(&self) -> LogEventRow
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 moreAuto Trait Implementations§
impl Freeze for LogEventRow
impl RefUnwindSafe for LogEventRow
impl Send for LogEventRow
impl Sync for LogEventRow
impl Unpin for LogEventRow
impl UnsafeUnpin for LogEventRow
impl UnwindSafe for LogEventRow
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