pub struct UnstructuredLogEvent { /* private fields */ }Trait Implementations§
Source§impl Clone for UnstructuredLogEvent
impl Clone for UnstructuredLogEvent
Source§fn clone(&self) -> UnstructuredLogEvent
fn clone(&self) -> UnstructuredLogEvent
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 From<String> for UnstructuredLogEvent
impl From<String> for UnstructuredLogEvent
Source§impl Serialize for UnstructuredLogEvent
impl Serialize for UnstructuredLogEvent
impl LogScaleLogEvent for UnstructuredLogEvent
Auto Trait Implementations§
impl Freeze for UnstructuredLogEvent
impl RefUnwindSafe for UnstructuredLogEvent
impl Send for UnstructuredLogEvent
impl Sync for UnstructuredLogEvent
impl Unpin for UnstructuredLogEvent
impl UnwindSafe for UnstructuredLogEvent
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