pub struct StructuredLogEvent {
pub timestamp: u128,
pub attributes: Value,
}Fields§
§timestamp: u128§attributes: ValueImplementations§
Trait Implementations§
Source§impl Clone for StructuredLogEvent
impl Clone for StructuredLogEvent
Source§fn clone(&self) -> StructuredLogEvent
fn clone(&self) -> StructuredLogEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Serialize for StructuredLogEvent
impl Serialize for StructuredLogEvent
impl LogScaleLogEvent for StructuredLogEvent
Auto Trait Implementations§
impl Freeze for StructuredLogEvent
impl RefUnwindSafe for StructuredLogEvent
impl Send for StructuredLogEvent
impl Sync for StructuredLogEvent
impl Unpin for StructuredLogEvent
impl UnwindSafe for StructuredLogEvent
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