pub struct LogContent {
pub values: Vec<Value>,
}Expand description
Payload for logging arbitrary JSON values.
Fields§
§values: Vec<Value>Trait Implementations§
Source§impl Clone for LogContent
impl Clone for LogContent
Source§fn clone(&self) -> LogContent
fn clone(&self) -> LogContent
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 Debug for LogContent
impl Debug for LogContent
Auto Trait Implementations§
impl Freeze for LogContent
impl RefUnwindSafe for LogContent
impl Send for LogContent
impl Sync for LogContent
impl Unpin for LogContent
impl UnwindSafe for LogContent
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