pub struct StructuredEventRecord {
pub vm_id: String,
pub name: String,
pub fields: BTreeMap<String, String>,
}Fields§
§vm_id: String§name: String§fields: BTreeMap<String, String>Trait Implementations§
Source§impl Clone for StructuredEventRecord
impl Clone for StructuredEventRecord
Source§fn clone(&self) -> StructuredEventRecord
fn clone(&self) -> StructuredEventRecord
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 moreSource§impl Debug for StructuredEventRecord
impl Debug for StructuredEventRecord
impl Eq for StructuredEventRecord
Source§impl PartialEq for StructuredEventRecord
impl PartialEq for StructuredEventRecord
Source§fn eq(&self, other: &StructuredEventRecord) -> bool
fn eq(&self, other: &StructuredEventRecord) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StructuredEventRecord
Auto Trait Implementations§
impl Freeze for StructuredEventRecord
impl RefUnwindSafe for StructuredEventRecord
impl Send for StructuredEventRecord
impl Sync for StructuredEventRecord
impl Unpin for StructuredEventRecord
impl UnsafeUnpin for StructuredEventRecord
impl UnwindSafe for StructuredEventRecord
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